Skip to content

Commit 6f3c25a

Browse files
committed
Remove some useless #[allow()]s in tests
1 parent ff5f784 commit 6f3c25a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/ui/issues/issue-3029.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
// error-pattern:so long
33
// ignore-emscripten no processes
44

5-
#![allow(unused_allocation)]
65
#![allow(unreachable_code)]
7-
#![allow(unused_variables)]
86

97
fn main() {
108
let mut x = Vec::new();

tests/ui/macros/rfc-2011-nicer-assert-messages/all-expr-kinds.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// run-pass
55
// needs-unwind Asserting on contents of error message
66

7-
#![allow(path_statements, unused_allocation)]
7+
#![allow(path_statements)]
88
#![feature(box_syntax, core_intrinsics, generic_assert, generic_assert_internals)]
99

1010
macro_rules! test {

0 commit comments

Comments
 (0)