mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
14 lines
410 B
Text
14 lines
410 B
Text
warning: unused import: `test::Unused`
|
|
--> $DIR/unused_import_warning_issue_45268.rs:26:5
|
|
|
|
|
LL | use test::Unused; // This is really unused, so warning is OK
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/unused_import_warning_issue_45268.rs:3:9
|
|
|
|
|
LL | #![warn(unused_imports)] // Warning explanation here, it's OK
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
warning: 1 warning emitted
|
|
|