Skip to content

Commit

Permalink
Add another test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsammelson committed Aug 26, 2023
1 parent 952a780 commit 34c224e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/target/issue-5852/new.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
use a::{item /* comment */};
use b::{
a,
// comment
item,
};
use d::item; // really long comment (with `use` exactly 100 characters) ____________________________

use std::e::{/* it's a comment! */ bar /* and another */};
use std::f::{/* it's a comment! */ bar};
use std::g::{bar /* and another */};

0 comments on commit 34c224e

Please sign in to comment.