]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-1124.rs
Merge pull request #2173 from topecongiro/assignment-with-100-chars
[rust.git] / tests / source / issue-1124.rs
1 // rustfmt-reorder_imports: true
2 // rustfmt-normalize_comments: true
3
4 use d; use c; use b; use a; 
5 // The previous line has a space after the `use a;` 
6
7 mod a { use d; use c; use b; use a; }
8
9 use z;
10
11 use y;
12
13
14
15 use x;
16 use a;