We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab52327 commit a5bdc43Copy full SHA for a5bdc43
src/test/compile-fail/issue-30730.rs
@@ -8,6 +8,6 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-#![deny(warnings)]
+#![deny(warnings)] //~ NOTE: lint level defined here
12
use std::thread; //~ ERROR: unused import
13
fn main() {}
0 commit comments