]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/single_component_path_imports.stderr
Rollup merge of #78666 - sasurau4:fix/shellcheck-error, r=jyn514
[rust.git] / src / tools / clippy / tests / ui / single_component_path_imports.stderr
1 error: this import is redundant
2   --> $DIR/single_component_path_imports.rs:6: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: aborting due to previous error
10