blob: 7c1ccc540c55285f58ec03251d2014e3f305f7a6 [file] [log] [blame]
warning: unused extern crate
--> $DIR/edition-extern-crate-allowed.rs:17:1
|
LL | extern crate edition_extern_crate_allowed;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
|
note: lint level defined here
--> $DIR/edition-extern-crate-allowed.rs:15:9
|
LL | #![warn(rust_2018_idioms)]
| ^^^^^^^^^^^^^^^^
= note: #[warn(unused_extern_crates)] implied by #[warn(rust_2018_idioms)]