Update .rustfmt.toml
`merge_imports` has been deprecated in favor of the new, more general setting `imports_granularity`.
This commit is contained in:
parent
292c5ead54
commit
2ef769803c
@ -1,6 +1,6 @@
|
||||
comment_width = 100
|
||||
edition = "2018"
|
||||
merge_imports = true
|
||||
imports_granularity = "Crate"
|
||||
newline_style = "Unix"
|
||||
use_small_heuristics = "Max"
|
||||
wrap_comments = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user