2021-04-22 09:31:13 +00:00
|
|
|
error: this import is redundant
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/single_component_path_imports.rs:6:1
|
2021-04-22 09:31:13 +00:00
|
|
|
|
|
2022-11-21 19:34:47 +00:00
|
|
|
LL | use regex;
|
|
|
|
| ^^^^^^^^^^ help: remove it entirely
|
2021-04-22 09:31:13 +00:00
|
|
|
|
|
|
|
|
= note: `-D clippy::single-component-path-imports` implied by `-D warnings`
|
2023-08-01 12:02:21 +00:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::single_component_path_imports)]`
|
2021-04-22 09:31:13 +00:00
|
|
|
|
2020-01-29 16:22:42 +00:00
|
|
|
error: this import is redundant
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/single_component_path_imports.rs:32:5
|
2020-01-29 16:22:42 +00:00
|
|
|
|
|
2022-11-21 19:34:47 +00:00
|
|
|
LL | use regex;
|
|
|
|
| ^^^^^^^^^^ help: remove it entirely
|
2020-01-29 16:22:42 +00:00
|
|
|
|
2021-04-22 09:31:13 +00:00
|
|
|
error: aborting due to 2 previous errors
|
2020-01-29 16:22:42 +00:00
|
|
|
|