]> git.proxmox.com Git - rustc.git/blob - src/tools/clippy/tests/ui/single_component_path_imports.stderr
New upstream version 1.73.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / single_component_path_imports.stderr
1 error: this import is redundant
2 --> $DIR/single_component_path_imports.rs:7:1
3 |
4 LL | use regex;
5 | ^^^^^^^^^^ help: remove it entirely
6 |
7 = note: `-D clippy::single-component-path-imports` implied by `-D warnings`
8
9 error: this import is redundant
10 --> $DIR/single_component_path_imports.rs:33:5
11 |
12 LL | use regex;
13 | ^^^^^^^^^^ help: remove it entirely
14
15 error: aborting due to 2 previous errors
16