Skip to content

Commit 34c224e

Browse files
committed
Add another test
1 parent 952a780 commit 34c224e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: tests/target/issue-5852/new.rs

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
use a::{item /* comment */};
2+
use b::{
3+
a,
4+
// comment
5+
item,
6+
};
7+
use d::item; // really long comment (with `use` exactly 100 characters) ____________________________
8+
9+
use std::e::{/* it's a comment! */ bar /* and another */};
10+
use std::f::{/* it's a comment! */ bar};
11+
use std::g::{bar /* and another */};

0 commit comments

Comments
 (0)