]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/issue-1124.rs
fix internal error for long closure types (#3653)
[rust.git] / tests / source / issue-1124.rs
index 69aa1bb1c5993dab56f5cc1be68adcbcbbd19a07..35c2197fa346fe2abebc03ee9e381ad3368cf251 100644 (file)
@@ -1,5 +1,4 @@
 // rustfmt-reorder_imports: true
-// rustfmt-normalize_comments: true
 
 use d; use c; use b; use a; 
 // The previous line has a space after the `use a;` 
@@ -13,4 +12,4 @@
 
 
 use x;
-use a;
\ No newline at end of file
+use a;