commit | 6fbff4f06a7e5b62d985c2ce28c5303bf5b8fe43 | [log] [tgz] |
---|---|---|
author | Ahmed Charles <[email protected]> | Sat Aug 13 09:41:43 2016 |
committer | Ahmed Charles <[email protected]> | Sat Aug 13 09:41:43 2016 |
tree | 329560f4099b8b74404702637b2470a429cdce7a | |
parent | d3c3de8abe63f738113874267dad3b92a1965ecd [diff] [blame] |
Ensure that attributes are spelled properly.
diff --git a/src/test/run-pass/unreachable-code.rs b/src/test/run-pass/unreachable-code.rs index e19fda5..5cb5e8c 100644 --- a/src/test/run-pass/unreachable-code.rs +++ b/src/test/run-pass/unreachable-code.rs
@@ -9,9 +9,9 @@ // except according to those terms. -#![allow(path_statement)] +#![allow(path_statements)] #![allow(unreachable_code)] -#![allow(unused_variable)] +#![allow(unused_variables)] fn id(x: bool) -> bool { x }