File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ use a:: { item /* comment */ } ;
2
+ use b:: {
3
+ a,
4
+ // comment
5
+ item,
6
+ } ;
7
+ use c:: item /* comment */ ;
8
+ use d:: item; // really long comment (with `use` exactly 100 characters) ____________________________
9
+
10
+ use std:: e:: { /* it's a comment! */ bar /* and another */ } ;
11
+ use std:: f:: { /* it's a comment! */ bar} ;
12
+ use std:: g:: { bar /* and another */ } ;
Original file line number Diff line number Diff line change
1
+ use a:: { item /* comment */ } ;
2
+ use b:: {
3
+ a,
4
+ // comment
5
+ item,
6
+ } ;
7
+ use c:: item; /* comment */
8
+ use d:: item; // really long comment (with `use` exactly 100 characters) ____________________________
9
+
10
+ use std:: e:: { /* it's a comment! */ bar /* and another */ } ;
11
+ use std:: f:: { /* it's a comment! */ bar} ;
12
+ use std:: g:: { bar /* and another */ } ;
You can’t perform that action at this time.
0 commit comments