diff options
Diffstat (limited to 'src/test/compile-fail/lint-uppercase-variables.rs')
| -rw-r--r-- | src/test/compile-fail/lint-uppercase-variables.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/compile-fail/lint-uppercase-variables.rs b/src/test/compile-fail/lint-uppercase-variables.rs index 386b4019485..f1b36d719e9 100644 --- a/src/test/compile-fail/lint-uppercase-variables.rs +++ b/src/test/compile-fail/lint-uppercase-variables.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +#![allow(dead_code)] #![deny(uppercase_variables)] use std::io::File; |
