]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/closure-block-inside-macro.rs
Prevent duplicate comma when formatting struct pattern with ".."
[rust.git] / tests / source / closure-block-inside-macro.rs
index 2f7e04957e919bae449f239585b5301cad11ea6e..b3ddfb51263b4443a54b187bf478263cd8413bad 100644 (file)
@@ -1,5 +1,3 @@
-// rustfmt-fn_call_indent: Block
-
 // #1547
 fuzz_target!(|data: &[u8]| if let Some(first) = data.first() {
     let index = *first as usize;