15 lines
369 B
Plaintext
15 lines
369 B
Plaintext
|
warning: the item `Bar` is imported redundantly
|
||
|
--> $DIR/use-redundant.rs:14:9
|
||
|
|
|
||
|
LL | use crate::foo::Bar; //~ WARNING redundant import
|
||
|
| ^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: #[warn(redundant_import)] on by default
|
||
|
|
||
|
warning: another import
|
||
|
--> $DIR/use-redundant.rs:3:5
|
||
|
|
|
||
|
LL | use crate::foo::Bar; //~ WARNING first import
|
||
|
| ^^^^^^^^^^^^^^^
|
||
|
|