rustfmt: replace deprecated fn_args_layout with fn_params_layout

pull/10047/head
Jason Ish 1 year ago committed by Victor Julien
parent 66ff23f9bf
commit 4620776a30

@ -1,4 +1,4 @@
# Rust format configuration file. If empty, then this is a message that
# we expect the default formatting rules to be used.
fn_args_layout = "compressed"
fn_params_layout = "compressed"

Loading…
Cancel
Save