Skip to content

Commit a660a6f

Browse files
committed
remove useless #[allow] in a test
1 parent 2fdbf07 commit a660a6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ui/issues/issue-30371.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// run-pass
22
#![allow(unreachable_code)]
3-
#![allow(unused_mut)] // rust-lang/rust#54586
43
#![deny(unused_variables)]
54

65
fn main() {

0 commit comments

Comments
 (0)