Update tests
This commit is contained in:
parent
d9149fb52e
commit
0204dcbd98
@ -3,5 +3,6 @@
|
||||
// rustfmt-imports_layout: Mixed
|
||||
|
||||
use std::{
|
||||
fmt, io, str::{self, FromStr},
|
||||
fmt, io,
|
||||
str::{self, FromStr},
|
||||
};
|
||||
|
@ -82,8 +82,9 @@ fn test() {
|
||||
use foo::{
|
||||
a, b,
|
||||
bar::{
|
||||
baz, foo::{a, b, cxxxxxxxxxxxxx, yyyyyyyyyyyyyy, zzzzzzzzzzzzzzzz}, qux, xxxxxxxxxxx,
|
||||
yyyyyyyyyyyyy, zzzzzzzzzzzzzzzz,
|
||||
baz,
|
||||
foo::{a, b, cxxxxxxxxxxxxx, yyyyyyyyyyyyyy, zzzzzzzzzzzzzzzz},
|
||||
qux, xxxxxxxxxxx, yyyyyyyyyyyyy, zzzzzzzzzzzzzzzz,
|
||||
},
|
||||
boo, c,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user