Skip to content

Commit

Permalink
fixup! Merge configs from parent directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazhafiz committed May 20, 2020
1 parent bf627a3 commit 9c006c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rustfmt-core/rustfmt-bin/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,13 +488,12 @@ fn format(opt: Opt) -> Result<i32> {
if opt.verbose {
if let Some(paths) = config_paths.as_ref() {
println!(
"Using rustfmt config files {} for {}",
"Using rustfmt config files {}",
paths
.into_iter()
.map(|p| p.display().to_string())
.collect::<Vec<_>>()
.join(","),
file.display()
);
}
}
Expand Down

0 comments on commit 9c006c9

Please sign in to comment.