File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
src/bootstrap/src/core/build_steps Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1187,12 +1187,17 @@ fn run_tool_build_step(
11871187}
11881188
11891189tool_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 } ) ;
1190+ tool_extended ! ( CargoClippy {
1191+ path: "src/tools/clippy" ,
1192+ tool_name: "cargo-clippy" ,
1193+ stable: true ,
1194+ add_bins_to_sysroot: [ "cargo-clippy" ]
1195+ } ) ;
11911196tool_extended ! ( Clippy {
11921197 path: "src/tools/clippy" ,
11931198 tool_name: "clippy-driver" ,
11941199 stable: true ,
1195- add_bins_to_sysroot: [ "clippy-driver" , "cargo-clippy" ]
1200+ add_bins_to_sysroot: [ "clippy-driver" ]
11961201} ) ;
11971202tool_extended ! ( Miri {
11981203 path: "src/tools/miri" ,
You can’t perform that action at this time.
0 commit comments