2021-04-22 04:31:13 -05:00
|
|
|
error: this import is redundant
|
2023-07-17 03:19:29 -05:00
|
|
|
--> $DIR/single_component_path_imports.rs:7:1
|
2021-04-22 04:31:13 -05:00
|
|
|
|
|
2022-11-21 13:34:47 -06:00
|
|
|
LL | use regex;
|
|
|
|
| ^^^^^^^^^^ help: remove it entirely
|
2021-04-22 04:31:13 -05:00
|
|
|
|
|
|
|
|
= note: `-D clippy::single-component-path-imports` implied by `-D warnings`
|
|
|
|
|
2020-01-29 10:22:42 -06:00
|
|
|
error: this import is redundant
|
2023-07-17 03:19:29 -05:00
|
|
|
--> $DIR/single_component_path_imports.rs:33:5
|
2020-01-29 10:22:42 -06:00
|
|
|
|
|
2022-11-21 13:34:47 -06:00
|
|
|
LL | use regex;
|
|
|
|
| ^^^^^^^^^^ help: remove it entirely
|
2020-01-29 10:22:42 -06:00
|
|
|
|
2021-04-22 04:31:13 -05:00
|
|
|
error: aborting due to 2 previous errors
|
2020-01-29 10:22:42 -06:00
|
|
|
|