2021-04-27 16:55:11 +02:00
|
|
|
error: this import is redundant
|
2021-11-04 12:52:36 +00:00
|
|
|
--> $DIR/single_component_path_imports_macro.rs:15:1
|
2021-04-27 16:55:11 +02: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
|
|
|
|
|