blob: 0fb65322f39e690ab269a8565c0b2d98826a9d85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|