We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af57195 commit 2ef64eeCopy full SHA for 2ef64ee
tests/source/issue-3984.rs
@@ -0,0 +1,12 @@
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 */};
tests/target/issue-3984.rs
+use c::item; /* comment */
0 commit comments