2018-05-25 15:53:49 -05:00
|
|
|
warning: unused extern crate
|
|
|
|
--> $DIR/removing-extern-crate.rs:24:5
|
2018-05-11 14:34:56 -05:00
|
|
|
|
|
2018-05-25 15:53:49 -05:00
|
|
|
LL | extern crate std;
|
|
|
|
| ^^^^^^^^^^^^^^^^^ help: remove it
|
2018-05-11 14:34:56 -05:00
|
|
|
|
|
|
|
|
note: lint level defined here
|
|
|
|
--> $DIR/removing-extern-crate.rs:16:9
|
|
|
|
|
|
|
|
|
LL | #![warn(rust_2018_idioms)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2018-05-25 15:53:49 -05:00
|
|
|
= note: #[warn(unused_extern_crates)] implied by #[warn(rust_2018_idioms)]
|
2018-05-11 14:34:56 -05:00
|
|
|
|
2018-05-25 15:53:49 -05:00
|
|
|
warning: unused extern crate
|
2018-05-11 14:34:56 -05:00
|
|
|
--> $DIR/removing-extern-crate.rs:20:1
|
|
|
|
|
|
|
|
|
LL | extern crate core;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^ help: remove it
|
|
|
|
|
2018-05-25 15:53:49 -05:00
|
|
|
warning: unused extern crate
|
2018-05-11 14:34:56 -05:00
|
|
|
--> $DIR/removing-extern-crate.rs:23:5
|
|
|
|
|
|
|
|
|
LL | extern crate std as foo;
|
2018-05-25 15:53:49 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
|
2018-05-11 14:34:56 -05:00
|
|
|
|
2018-05-25 15:53:49 -05:00
|
|
|
warning: unused extern crate
|
|
|
|
--> $DIR/removing-extern-crate.rs:19:1
|
2018-05-11 14:34:56 -05:00
|
|
|
|
|
2018-05-25 15:53:49 -05:00
|
|
|
LL | extern crate std as foo;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
|
2018-05-11 14:34:56 -05:00
|
|
|
|