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