]> git.lizzy.rs Git - rust.git/blob - tests/ui/single_component_path_imports_macro.stderr
37d5176129ff30a2d06733b35c2b2c9b5404574f
[rust.git] / tests / ui / single_component_path_imports_macro.stderr
1 error: this import is redundant
2   --> $DIR/single_component_path_imports_macro.rs:15:1
3    |
4 LL | use m2; // fail
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