2021-04-22 04:34:36 -05:00
|
|
|
error: this import is redundant
|
2021-10-23 02:42:52 -05:00
|
|
|
--> $DIR/single_component_path_imports_macro.rs:15:1
|
2021-04-22 04:34:36 -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
|
|
|
|
|