Commit 82b836e
committed
rustfmt: Change fn_args_layout to fn_params_layout
Running `cargo +nightly fmt` emits a bunch of warnings of form:
Warning: the `fn_args_layout` option is deprecated. Use
`fn_params_layout`. instead
As suggested change the `fn_args_layout` option to `fn_params_layout`.1 parent d3af6d9 commit 82b836e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments