26 lines
654 B
Plaintext
26 lines
654 B
Plaintext
|
error: this import is redundant
|
||
|
--> $DIR/single_component_path_imports_nested_first.rs:14:10
|
||
|
|
|
||
|
LL | use {regex, serde};
|
||
|
| ^^^^^
|
||
|
|
|
||
|
= note: `-D clippy::single-component-path-imports` implied by `-D warnings`
|
||
|
= help: remove this import
|
||
|
|
||
|
error: this import is redundant
|
||
|
--> $DIR/single_component_path_imports_nested_first.rs:14:17
|
||
|
|
|
||
|
LL | use {regex, serde};
|
||
|
| ^^^^^
|
||
|
|
|
||
|
= help: remove this import
|
||
|
|
||
|
error: this import is redundant
|
||
|
--> $DIR/single_component_path_imports_nested_first.rs:5:1
|
||
|
|
|
||
|
LL | use regex;
|
||
|
| ^^^^^^^^^^ help: remove it entirely
|
||
|
|
||
|
error: aborting due to 3 previous errors
|
||
|
|