2019-02-22 08:07:18 -06:00
|
|
|
warning: the item `Bar` is imported redundantly
|
|
|
|
--> $DIR/use-redundant.rs:14:9
|
|
|
|
|
|
2019-03-16 11:38:12 -05:00
|
|
|
LL | use crate::foo::Bar;
|
2019-03-16 13:06:22 -05:00
|
|
|
| --------------- the item `Bar` was imported here
|
2019-03-16 11:38:12 -05:00
|
|
|
...
|
|
|
|
LL | use crate::foo::Bar;
|
2019-02-22 08:07:18 -06:00
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: #[warn(redundant_import)] on by default
|
|
|
|
|