mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
16 lines
454 B
Plaintext
16 lines
454 B
Plaintext
error: unused extern crate
|
|
--> $DIR/extern-crate-idiomatic-in-2018.rs:12:1
|
|
|
|
|
LL | extern crate edition_lint_paths;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/extern-crate-idiomatic-in-2018.rs:9:9
|
|
|
|
|
LL | #![deny(rust_2018_idioms)]
|
|
| ^^^^^^^^^^^^^^^^
|
|
= note: `#[deny(unused_extern_crates)]` implied by `#[deny(rust_2018_idioms)]`
|
|
|
|
error: aborting due to previous error
|
|
|