Removing unstable features from rustfmt.toml

This commit is contained in:
João M. Bezerra 2021-08-24 17:00:43 -03:00
parent 1a67da03ed
commit 19aac4b578

View File

@ -1,9 +1,4 @@
# Normal features
max_width = 100
imports_granularity = "Crate"
match_block_trailing_comma = true
overflow_delimited_expr = true
reorder_impl_items = true
max_width = 120
use_field_init_shorthand = true
newline_style = "Unix"
edition = "2018"