Remove deprecated rustfmt options
This commit is contained in:
parent
1f5acefa7c
commit
bb747edd8b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue