Skip to content

Commit

Permalink
Fix tests due to stricter invalid_value
Browse files Browse the repository at this point in the history
  • Loading branch information
5225225 committed Aug 29, 2022
1 parent 2cdc54d commit 98fe5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/uninit.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![feature(stmt_expr_attributes)]
#![allow(clippy::let_unit_value)]
#![allow(clippy::let_unit_value, invalid_value)]

use std::mem::{self, MaybeUninit};

Expand Down

0 comments on commit 98fe5f7

Please sign in to comment.