2021-04-22 04:31:13 -05:00
|
|
|
error: this import is redundant
|
2024-02-17 06:16:29 -06:00
|
|
|
--> tests/ui/single_component_path_imports.rs:6: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`
|
2023-08-01 07:02:21 -05:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::single_component_path_imports)]`
|
2021-04-22 04:31:13 -05:00
|
|
|
|
2020-01-29 10:22:42 -06:00
|
|
|
error: this import is redundant
|
2024-02-17 06:16:29 -06:00
|
|
|
--> tests/ui/single_component_path_imports.rs:32: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
|
|
|
|