2021-04-27 09:55:11 -05:00
|
|
|
error: this import is redundant
|
2021-11-04 07:52:36 -05:00
|
|
|
--> $DIR/single_component_path_imports_macro.rs:15:1
|
2021-04-27 09:55:11 -05:00
|
|
|
|
|
|
|
|
LL | use m2; // fail
|
|
|
|
| ^^^^^^^ help: remove it entirely
|
|
|
|
|
|
|
|
|
= note: `-D clippy::single-component-path-imports` implied by `-D warnings`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|