Skip to content

Commit a5bdc43

Browse files
committed
Improve previous compile fail test
1 parent ab52327 commit a5bdc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/issue-30730.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#![deny(warnings)]
11+
#![deny(warnings)] //~ NOTE: lint level defined here
1212
use std::thread; //~ ERROR: unused import
1313
fn main() {}

0 commit comments

Comments
 (0)