From: Jason Ish Date: Thu, 16 Nov 2023 15:43:33 +0000 (-0600) Subject: rustfmt: replace deprecated fn_args_layout with fn_params_layout X-Git-Tag: suricata-8.0.0-beta1~1928 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4620776a30b9c87d0d33ac9fa57a3418be87bba7;p=thirdparty%2Fsuricata.git rustfmt: replace deprecated fn_args_layout with fn_params_layout --- diff --git a/rust/rustfmt.toml b/rust/rustfmt.toml index 848158b48e..064b795a87 100644 --- a/rust/rustfmt.toml +++ b/rust/rustfmt.toml @@ -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"