mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 04:48:32 +00:00
21 lines
447 B
Plaintext
21 lines
447 B
Plaintext
warning: unused import: `crate::m::Tr1 as _`
|
|
--> $DIR/basic.rs:26:9
|
|
|
|
|
LL | use crate::m::Tr1 as _;
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/basic.rs:4:9
|
|
|
|
|
LL | #![warn(unused_imports, unused_extern_crates)]
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
warning: unused import: `crate::S as _`
|
|
--> $DIR/basic.rs:27:9
|
|
|
|
|
LL | use crate::S as _;
|
|
| ^^^^^^^^^^^^^
|
|
|
|
warning: 2 warnings emitted
|
|
|