]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/bad-lint-cap3.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / bad-lint-cap3.stderr
1 warning: unused import: `std::option`
2   --> $DIR/bad-lint-cap3.rs:7:5
3    |
4 LL | use std::option;
5    |     ^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/bad-lint-cap3.rs:5:9
9    |
10 LL | #![deny(warnings)]
11    |         ^^^^^^^^
12    = note: `#[warn(unused_imports)]` implied by `#[warn(warnings)]`
13
14 warning: 1 warning emitted
15