Remove deprecated rustfmt options

This commit is contained in:
Tobie Morgan Hitchcock 2022-06-15 11:08:50 +01:00
parent 1f5acefa7c
commit bb747edd8b

View file

@ -4,11 +4,9 @@ hard_tabs = true
indent_style = "Block"
match_arm_blocks = true
merge_derives = true
merge_imports = true
reorder_impl_items = true
reorder_imports = true
reorder_modules = true
use_field_init_shorthand = true
use_small_heuristics = "Off"
wrap_comments = true
closure_block_indent_threshold = 1