Skip to content

Commit 728385d

Browse files
jyn514albertlarsan68
authored andcommitted
make clippy less spammy
1 parent dd1c760 commit 728385d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/bin/rustc.rs

-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ fn main() {
162162
let libdir_string = libdir.to_string_lossy();
163163
let (sysroot, _) = libdir_string.rsplit_once('/').unwrap();
164164
if !args.iter().any(|arg| arg == "--sysroot") {
165-
eprintln!("passing clippy --sysroot {}", sysroot);
166165
cmd.arg("--sysroot").arg(&sysroot);
167166
}
168167
}

0 commit comments

Comments
 (0)