2021-04-22 11:31:13 +02:00
|
|
|
error: this import is redundant
|
2024-02-27 15:25:18 +01:00
|
|
|
--> tests/ui/single_component_path_imports.rs:6:1
|
2021-04-22 11:31:13 +02:00
|
|
|
|
|
2022-11-21 20:34:47 +01:00
|
|
|
LL | use regex;
|
|
|
|
| ^^^^^^^^^^ help: remove it entirely
|
2021-04-22 11:31:13 +02:00
|
|
|
|
|
|
|
|
= note: `-D clippy::single-component-path-imports` implied by `-D warnings`
|
2023-08-01 14:02:21 +02:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::single_component_path_imports)]`
|
2021-04-22 11:31:13 +02:00
|
|
|
|
2020-01-30 00:22:42 +08:00
|
|
|
error: this import is redundant
|
2024-02-27 15:25:18 +01:00
|
|
|
--> tests/ui/single_component_path_imports.rs:32:5
|
2020-01-30 00:22:42 +08:00
|
|
|
|
|
2022-11-21 20:34:47 +01:00
|
|
|
LL | use regex;
|
|
|
|
| ^^^^^^^^^^ help: remove it entirely
|
2020-01-30 00:22:42 +08:00
|
|
|
|
2021-04-22 11:31:13 +02:00
|
|
|
error: aborting due to 2 previous errors
|
2020-01-30 00:22:42 +08:00
|
|
|
|