mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-22 20:53:21 +00:00
remove needless rustfmt setting
This commit is contained in:
parent
0a7ae5fec8
commit
85783f501d
1 changed files with 0 additions and 1 deletions
|
@ -3,5 +3,4 @@ ideal_width = 100
|
||||||
fn_args_density = "Compressed"
|
fn_args_density = "Compressed"
|
||||||
fn_call_width = 80
|
fn_call_width = 80
|
||||||
fn_args_paren_newline = false
|
fn_args_paren_newline = false
|
||||||
closure_block_indent_threshold = -1
|
|
||||||
match_block_trailing_comma = true
|
match_block_trailing_comma = true
|
||||||
|
|
Loading…
Reference in a new issue