mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
Simplified two printlns picked out by clippy
This commit is contained in:
@@ -2067,9 +2067,9 @@ fn output_base_name(&self) -> PathBuf {
|
||||
|
||||
fn maybe_dump_to_stdout(&self, out: &str, err: &str) {
|
||||
if self.config.verbose {
|
||||
println!("------{}------------------------------", "stdout");
|
||||
println!("------stdout------------------------------");
|
||||
println!("{}", out);
|
||||
println!("------{}------------------------------", "stderr");
|
||||
println!("------stderr------------------------------");
|
||||
println!("{}", err);
|
||||
println!("------------------------------------------");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user