Remove some useless #[allow()]s in tests

This commit is contained in:
Maybe Waffle 2022-11-13 14:08:38 +00:00
parent ff5f784140
commit 6f3c25a631
2 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
// error-pattern:so long
// ignore-emscripten no processes
#![allow(unused_allocation)]
#![allow(unreachable_code)]
#![allow(unused_variables)]
fn main() {
let mut x = Vec::new();

View File

@ -4,7 +4,7 @@
// run-pass
// needs-unwind Asserting on contents of error message
#![allow(path_statements, unused_allocation)]
#![allow(path_statements)]
#![feature(box_syntax, core_intrinsics, generic_assert, generic_assert_internals)]
macro_rules! test {