Skip to content

Commit 1612437

Browse files
committed
chore(rustfmt): deprecated fn_args_layout -> fn_args_layout
See also: <rust-lang/rustfmt#4149>
1 parent 9726c64 commit 1612437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rustfmt.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Stable
33
edition = "2018"
4-
fn_args_layout = "Compressed"
4+
fn_params_layout = "Compressed"
55
max_width = 80
66
tab_spaces = 2
77
use_field_init_shorthand = true
@@ -11,4 +11,4 @@ use_small_heuristics = "Max"
1111
# Unstable
1212
format_code_in_doc_comments = true
1313
wrap_comments = true
14-
imports_granularity="Crate"
14+
imports_granularity = "Crate"

0 commit comments

Comments
 (0)