diff --git a/src/test/compile-fail/issue-30730.rs b/src/test/compile-fail/issue-30730.rs index 80656ccdb6d..82804bb7474 100644 --- a/src/test/compile-fail/issue-30730.rs +++ b/src/test/compile-fail/issue-30730.rs @@ -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() {}