Remove edition from .rustfmt.toml

The edition is inferred from `Cargo.toml`s.
This commit is contained in:
Jonas Platte 2021-02-25 20:17:43 +01:00
parent 27e91c972d
commit 0b83227cef
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -1,5 +1,4 @@
comment_width = 100
edition = "2018"
imports_granularity = "Crate"
newline_style = "Unix"
use_small_heuristics = "Max"