We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdc54d commit 98fe5f7Copy full SHA for 98fe5f7
tests/ui/uninit.rs
@@ -1,5 +1,5 @@
1
#![feature(stmt_expr_attributes)]
2
-#![allow(clippy::let_unit_value)]
+#![allow(clippy::let_unit_value, invalid_value)]
3
4
use std::mem::{self, MaybeUninit};
5
0 commit comments