]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/single_component_path_imports_nested_first.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / single_component_path_imports_nested_first.stderr
CommitLineData
487cf647
FG
1error: this import is redundant
2 --> $DIR/single_component_path_imports_nested_first.rs:4:1
3 |
4LL | use regex;
5 | ^^^^^^^^^^ help: remove it entirely
6 |
7 = note: `-D clippy::single-component-path-imports` implied by `-D warnings`
8
cdc7bbd5 9error: this import is redundant
3c0e092e 10 --> $DIR/single_component_path_imports_nested_first.rs:13:10
cdc7bbd5
XL
11 |
12LL | use {regex, serde};
13 | ^^^^^
14 |
cdc7bbd5
XL
15 = help: remove this import
16
17error: this import is redundant
3c0e092e 18 --> $DIR/single_component_path_imports_nested_first.rs:13:17
cdc7bbd5
XL
19 |
20LL | use {regex, serde};
21 | ^^^^^
22 |
23 = help: remove this import
24
cdc7bbd5
XL
25error: aborting due to 3 previous errors
26