Fix tests due to stricter invalid_value
This commit is contained in:
parent
5e8f95ba7d
commit
be324607ea
@ -14,6 +14,7 @@
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(start)]
|
||||
#![feature(bench_black_box)]
|
||||
#![allow(invalid_value)]
|
||||
|
||||
use std::hint::black_box;
|
||||
use std::mem::MaybeUninit;
|
||||
|
@ -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};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user