Skip to content

Commit 9c006c9

Browse files
committed
fixup! Merge configs from parent directories
1 parent bf627a3 commit 9c006c9

File tree

1 file changed

+1
-2
lines changed
  • rustfmt-core/rustfmt-bin/src/bin

1 file changed

+1
-2
lines changed

rustfmt-core/rustfmt-bin/src/bin/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,13 +488,12 @@ fn format(opt: Opt) -> Result<i32> {
488488
if opt.verbose {
489489
if let Some(paths) = config_paths.as_ref() {
490490
println!(
491-
"Using rustfmt config files {} for {}",
491+
"Using rustfmt config files {}",
492492
paths
493493
.into_iter()
494494
.map(|p| p.display().to_string())
495495
.collect::<Vec<_>>()
496496
.join(","),
497-
file.display()
498497
);
499498
}
500499
}

0 commit comments

Comments
 (0)