Improve previous compile fail test
This commit is contained in:
parent
ab52327a83
commit
a5bdc43a46
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![deny(warnings)]
|
||||
#![deny(warnings)] //~ NOTE: lint level defined here
|
||||
use std::thread; //~ ERROR: unused import
|
||||
fn main() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue