]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/fn-custom-4.rs
Fix static async closure qualifier order
[rust.git] / tests / target / fn-custom-4.rs
index 35895f386d0d6ae942bdb8da825101e120f871c5..5de16e251595e2b3305018160f48462b76226815 100644 (file)
@@ -1,5 +1,3 @@
-// rustfmt-indent_style: Block
-// rustfmt-where_density: Compressed
 // Test different indents.
 
 fn qux()
@@ -13,7 +11,9 @@ fn qux()
 }
 
 fn qux()
-where X: TTTTTTTTTTTTTTTTTTTTTTTTTTTT {
+where
+    X: TTTTTTTTTTTTTTTTTTTTTTTTTTTT,
+{
     baz();
 }