Skip to content

Commit b64a822

Browse files
committed
Bless use tree pretty print test
1 parent d1b9e4a commit b64a822

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

src/test/pretty/use-tree.rs

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ use ::std::fmt::{self, Debug, Display, Write as _};
77

88
use core::option::Option::*;
99

10-
use core::{cmp::{Eq, Ord, PartialEq, PartialOrd},
10+
use core::{
11+
cmp::{Eq, Ord, PartialEq, PartialOrd},
1112
convert::{AsMut, AsRef, From, Into},
12-
iter::{DoubleEndedIterator, ExactSizeIterator, Extend, FromIterator,
13-
IntoIterator, Iterator},
14-
marker::{Copy as Copy, Send as Send, Sized as Sized, Sync as Sync, Unpin
15-
as U}, ops::{*, Drop, Fn, FnMut, FnOnce}};
13+
iter::{
14+
DoubleEndedIterator, ExactSizeIterator, Extend, FromIterator,
15+
IntoIterator, Iterator,
16+
},
17+
marker::{
18+
Copy as Copy, Send as Send, Sized as Sized, Sync as Sync, Unpin as U,
19+
},
20+
ops::{*, Drop, Fn, FnMut, FnOnce},
21+
};
1622

1723
fn main() {}

0 commit comments

Comments
 (0)