]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/compiletest/src/main.rs
Support configurable deny-warnings for all in-tree crates.
[rust.git] / src / tools / compiletest / src / main.rs
index 134ac66b7d15b475e0bea26932c7959aa3e0d9a9..2aea4d22700f396782b28218100140ccdfb5ae03 100644 (file)
@@ -1,5 +1,4 @@
 #![crate_name = "compiletest"]
-#![deny(warnings)]
 // The `test` crate is the only unstable feature
 // allowed here, just to share similar code.
 #![feature(test)]