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