Skip to content

Commit 98fe5f7

Browse files
committed
Fix tests due to stricter invalid_value
1 parent 2cdc54d commit 98fe5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/uninit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![feature(stmt_expr_attributes)]
2-
#![allow(clippy::let_unit_value)]
2+
#![allow(clippy::let_unit_value, invalid_value)]
33

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

0 commit comments

Comments
 (0)