You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
0 commit comments