]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/unused/issue-30730.stderr
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / ui / lint / unused / issue-30730.stderr
1 error: unused import: `std::thread`
2   --> $DIR/issue-30730.rs:3:5
3    |
4 LL | use std::thread;
5    |     ^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/issue-30730.rs:2:9
9    |
10 LL | #![deny(warnings)]
11    |         ^^^^^^^^
12    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
13
14 error: aborting due to previous error
15