Skip to content

Commit 89a41bc

Browse files
authored
Replace merge_imports with imports_granularity=Crate (#1479)
See rust-lang/rustfmt#4634
1 parent fa73036 commit 89a41bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
unstable_features = true
2-
merge_imports = true
2+
imports_granularity = "Crate"
33
use_field_init_shorthand = true
44
reorder_impl_items = true
55
newline_style = "Unix"

0 commit comments

Comments
 (0)