We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285a890 commit 47cce21Copy full SHA for 47cce21
src/bootstrap/src/core/build_steps/clippy.rs
@@ -385,7 +385,7 @@ lint_any!(
385
RemoteTestServer, "src/tools/remote-test-server", "remote-test-server";
386
Rls, "src/tools/rls", "rls";
387
RustAnalyzer, "src/tools/rust-analyzer", "rust-analyzer";
388
- Rustdoc, "src/librustdoc", "clippy";
+ Rustdoc, "src/librustdoc", "rustdoc";
389
Rustfmt, "src/tools/rustfmt", "rustfmt";
390
RustInstaller, "src/tools/rust-installer", "rust-installer";
391
Tidy, "src/tools/tidy", "tidy";
0 commit comments