Skip to content

Commit 248a2d1

Browse files
jyn514albertlarsan68
authored andcommitted
make clippy less spammy
1 parent a9679b9 commit 248a2d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/bin/rustc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ fn main() {
167167
let libdir_string = libdir.to_string_lossy();
168168
let (sysroot, _) = libdir_string.rsplit_once('/').unwrap();
169169
if !args.iter().any(|arg| arg == "--sysroot") {
170-
eprintln!("passing clippy --sysroot {}", sysroot);
171170
cmd.arg("--sysroot").arg(&sysroot);
172171
}
173172
}

0 commit comments

Comments
 (0)