about summary refs log tree commit diff
path: root/src/test/ui/bad/bad-lint-cap3.stderr
blob: a1ea3f774b40d72f15842ce49d97d41f95ccaca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
warning: unused import: `std::option`
  --> $DIR/bad-lint-cap3.rs:7:5
   |
LL | use std::option;
   |     ^^^^^^^^^^^
   |
note: lint level defined here
  --> $DIR/bad-lint-cap3.rs:4:9
   |
LL | #![deny(warnings)]
   |         ^^^^^^^^
   = note: #[warn(unused_imports)] implied by #[warn(warnings)]