Skip to content

Commit 4e6cd0f

Browse files
Fix path to run clippy on rustdoc
1 parent a60a9e5 commit 4e6cd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/clippy.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ lint_any!(
313313
RemoteTestServer, "src/tools/remote-test-server", "remote-test-server";
314314
Rls, "src/tools/rls", "rls";
315315
RustAnalyzer, "src/tools/rust-analyzer", "rust-analyzer";
316-
Rustdoc, "src/tools/rustdoc", "clippy";
316+
Rustdoc, "src/librustdoc", "clippy";
317317
Rustfmt, "src/tools/rustfmt", "rustfmt";
318318
RustInstaller, "src/tools/rust-installer", "rust-installer";
319319
Tidy, "src/tools/tidy", "tidy";

0 commit comments

Comments
 (0)