]> 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 03b9a895970c95cff4f8519e98a7bab64e4f860a..d5330196bf79536431a3584bc4832fae6e828369 100644 (file)
@@ -1,7 +1,6 @@
 // rustfmt-normalize_comments: true
-// rustfmt-indent_style: Block
-// rustfmt-fn_args_density: Vertical
-// rustfmt-fn_brace_style: AlwaysNextLine
+// rustfmt-fn_args_layout: Vertical
+// rustfmt-brace_style: AlwaysNextLine
 
 // Case with only one variable.
 fn foo(a: u8) -> u8 {