]> git.lizzy.rs Git - rust.git/blob - tests/target/imports-reorder-lines-and-items.rs
Merge pull request #3500 from rchaser53/issue-3499
[rust.git] / tests / target / imports-reorder-lines-and-items.rs
1 use std::cmp::{a, b, c, d};
2 use std::ddd::aaa;
3 use std::ddd::{a, b, c as g, d as p};
4 /// This comment should stay with `use std::str;`
5 use std::str;
6 // This comment should stay with `use std::ddd:bbb;`
7 use std::ddd::bbb;