From b29b0e99511d9745ff07e5922a0a66e3cb087567 Mon Sep 17 00:00:00 2001 From: Kristof Mattei <864376+Kristof-Mattei@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:32:11 -0700 Subject: [PATCH] fix: renamed lint name --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ffd3c75..1bec47e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -124,4 +124,4 @@ jobs: - uses: dtolnay/rust-toolchain@nightly - - run: cargo rustdoc -- --cfg docsrs -D broken-intra-doc-links + - run: cargo rustdoc -- --cfg docsrs -D rustdoc::broken-intra-doc-links