]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rustfmt: replace deprecated fn_args_layout with fn_params_layout
authorJason Ish <jason.ish@oisf.net>
Thu, 16 Nov 2023 15:43:33 +0000 (09:43 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 13 Dec 2023 18:17:17 +0000 (19:17 +0100)
rust/rustfmt.toml

index 848158b48e0fa9a00020a96d873d19df47a6cb5c..064b795a873bfc2ab789255eaafc298f20316ba3 100644 (file)
@@ -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"