2018-08-08 14:28:26 +02:00
|
|
|
warning: unused extern crate
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/edition-extern-crate-allowed.rs:7:1
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | extern crate edition_extern_crate_allowed;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
|
|
|
|
|
|
2020-01-22 23:57:38 +00:00
|
|
|
note: the lint level is defined here
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/edition-extern-crate-allowed.rs:5:9
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | #![warn(rust_2018_idioms)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2019-07-16 22:17:38 +02:00
|
|
|
= note: `#[warn(unused_extern_crates)]` implied by `#[warn(rust_2018_idioms)]`
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2020-03-11 16:30:09 +01:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|