]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/uninit.rs
Auto merge of #97191 - wesleywiser:main_thread_name, r=ChrisDenton
[rust.git] / src / tools / clippy / tests / ui / uninit.rs
index 1ed3883c1f06059285c858c40323eec9b069de77..dac5ce272c02665133022468802bbfe679768d0d 100644 (file)
@@ -1,4 +1,5 @@
 #![feature(stmt_expr_attributes)]
+#![allow(clippy::let_unit_value)]
 
 use std::mem::{self, MaybeUninit};