Improve previous compile fail test

This commit is contained in:
Joshua Holmer 2016-01-12 15:16:43 +00:00
parent ab52327a83
commit a5bdc43a46

View File

@ -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() {}