We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952a780 commit 34c224eCopy full SHA for 34c224e
tests/target/issue-5852/new.rs
@@ -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