]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/unused_import_warning_issue_45268.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / unused_import_warning_issue_45268.stderr
1 warning: unused import: `test::Unused`
2   --> $DIR/unused_import_warning_issue_45268.rs:26:5
3    |
4 LL | use test::Unused;   // This is really unused, so warning is OK
5    |     ^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/unused_import_warning_issue_45268.rs:3:9
9    |
10 LL | #![warn(unused_imports)] // Warning explanation here, it's OK
11    |         ^^^^^^^^^^^^^^
12
13 warning: 1 warning emitted
14