2018-08-08 07:28:26 -05:00
|
|
|
warning: unused import: `std::option`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/bad-lint-cap3.rs:7:5
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | use std::option; //~ WARN
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: lint level defined here
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/bad-lint-cap3.rs:4:9
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #![deny(warnings)]
|
|
|
|
| ^^^^^^^^
|
|
|
|
= note: #[warn(unused_imports)] implied by #[warn(warnings)]
|
|
|
|
|