Update .rustfmt.toml

`merge_imports` has been deprecated in favor of the new, more general
setting `imports_granularity`.
This commit is contained in:
Jonas Platte 2021-02-09 15:42:19 +01:00
parent 292c5ead54
commit 2ef769803c
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -1,6 +1,6 @@
comment_width = 100 comment_width = 100
edition = "2018" edition = "2018"
merge_imports = true imports_granularity = "Crate"
newline_style = "Unix" newline_style = "Unix"
use_small_heuristics = "Max" use_small_heuristics = "Max"
wrap_comments = true wrap_comments = true