2020-01-29 10:22:42 -06:00
|
|
|
error: this import is redundant
|
2023-07-27 06:40:22 -05:00
|
|
|
--> $DIR/single_component_path_imports.rs:6:1
|
2020-01-29 10:22:42 -06:00
|
|
|
|
|
2022-11-19 12:13:17 -06:00
|
|
|
LL | use regex;
|
|
|
|
| ^^^^^^^^^^ help: remove it entirely
|
2020-01-29 10:22:42 -06:00
|
|
|
|
|
|
|
|
= note: `-D clippy::single-component-path-imports` implied by `-D warnings`
|
|
|
|
|
2021-03-28 02:35:44 -05:00
|
|
|
error: this import is redundant
|
2023-07-27 06:40:22 -05:00
|
|
|
--> $DIR/single_component_path_imports.rs:32:5
|
2021-03-28 02:35:44 -05:00
|
|
|
|
|
2022-11-19 12:13:17 -06:00
|
|
|
LL | use regex;
|
|
|
|
| ^^^^^^^^^^ help: remove it entirely
|
2021-03-28 02:35:44 -05:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2020-01-29 10:22:42 -06:00
|
|
|
|