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.
tool::CargoClippy
1 parent e0be1a0 commit fbc3f74Copy full SHA for fbc3f74
src/bootstrap/src/core/build_steps/tool.rs
@@ -1187,7 +1187,12 @@ fn run_tool_build_step(
1187
}
1188
1189
tool_extended!(Cargofmt { path: "src/tools/rustfmt", tool_name: "cargo-fmt", stable: true });
1190
-tool_extended!(CargoClippy { path: "src/tools/clippy", tool_name: "cargo-clippy", stable: true });
+tool_extended!(CargoClippy {
1191
+ path: "src/tools/clippy",
1192
+ tool_name: "cargo-clippy",
1193
+ stable: true,
1194
+ add_bins_to_sysroot: ["cargo-clippy"]
1195
+});
1196
tool_extended!(Clippy {
1197
path: "src/tools/clippy",
1198
tool_name: "clippy-driver",
0 commit comments