Skip to content

Commit 9f3f48c

Browse files
committed
Fix broken test
1 parent 7734d29 commit 9f3f48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/target/imports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use list::{
1818
// Last Item
1919
LastItem,
2020
// Some item
21-
SomeItem, /* Comment */
21+
SomeItem, // Comment
2222
};
2323

2424
use test::{/* A */ self /* B */, Other /* C */};

0 commit comments

Comments
 (0)