]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/fn-custom-7.rs
Prevent duplicate comma when formatting struct pattern with ".."
[rust.git] / tests / source / fn-custom-7.rs
index febe0c02db28436c67b7860cb69ebf2f3b420753..d5330196bf79536431a3584bc4832fae6e828369 100644 (file)
@@ -1,8 +1,6 @@
 // rustfmt-normalize_comments: true
-// rustfmt-fn_args_layout: Block
-// rustfmt-fn_args_density: Vertical
-// rustfmt-fn_arg_indent: Tabbed
-// rustfmt-fn_brace_style: AlwaysNextLine
+// rustfmt-fn_args_layout: Vertical
+// rustfmt-brace_style: AlwaysNextLine
 
 // Case with only one variable.
 fn foo(a: u8) -> u8 {