mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
16 lines
340 B
Plaintext
16 lines
340 B
Plaintext
warning: unused import: `std::option`
|
|
--> $DIR/bad-lint-cap3.rs:7:5
|
|
|
|
|
LL | use std::option;
|
|
| ^^^^^^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/bad-lint-cap3.rs:5:9
|
|
|
|
|
LL | #![deny(warnings)]
|
|
| ^^^^^^^^
|
|
= note: `#[warn(unused_imports)]` implied by `#[warn(warnings)]`
|
|
|
|
warning: 1 warning emitted
|
|
|