Remove use of unstable features from rustfmt.toml.

This commit is contained in:
Brian Smith 2020-12-29 12:42:33 -08:00
parent 922d67117f
commit 5c3a00ebbb
1 changed files with 0 additions and 8 deletions

View File

@ -1,13 +1,5 @@
edition = "2018"
fn_args_layout = "Compressed"
fn_single_line = true
match_arm_blocks = false
match_block_trailing_comma = true
max_width = 100
merge_imports = true
newline_style = "Unix"
reorder_imports = true
trailing_comma = "Vertical"
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true