Rollup merge of #99758 - WaffleLapkin:remove_useless_allow, r=Dylan-DPC
remove useless `#[allow]` in a test The mentioned issue, https://github.com/rust-lang/rust/issues/54586 was fixed 4 years ago :)
This commit is contained in:
commit
8e5bc06354
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
// run-pass
|
||||
#![allow(unreachable_code)]
|
||||
#![allow(unused_mut)] // rust-lang/rust#54586
|
||||
#![deny(unused_variables)]
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue