Skip to content

Commit 8ea8988

Browse files
authored
Rm unnecessary println in try_get_compiler (#1063)
when no default flag is specificed
1 parent 8521a7f commit 8ea8988

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,8 +1761,6 @@ impl Build {
17611761

17621762
if !no_defaults {
17631763
self.add_default_flags(&mut cmd, &target, &opt_level)?;
1764-
} else {
1765-
println!("Info: default compiler flags are disabled");
17661764
}
17671765

17681766
if let Some(ref std) = self.std {

0 commit comments

Comments
 (0)