Skip to content

Commit

Permalink
make clippy less spammy
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 authored and albertlarsan68 committed Jun 27, 2023
1 parent a9679b9 commit 248a2d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/bin/rustc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ fn main() {
let libdir_string = libdir.to_string_lossy();
let (sysroot, _) = libdir_string.rsplit_once('/').unwrap();
if !args.iter().any(|arg| arg == "--sysroot") {
eprintln!("passing clippy --sysroot {}", sysroot);
cmd.arg("--sysroot").arg(&sysroot);
}
}
Expand Down

0 comments on commit 248a2d1

Please sign in to comment.