]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/single_char_lifetime_names.rs
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / single_char_lifetime_names.rs
index 261d8bc7260ca5deab6ab1519d4d9387eebaac87..69c5b236f7cf8dea4d221d6c444cc7fcb12e058e 100644 (file)
@@ -1,4 +1,5 @@
 #![warn(clippy::single_char_lifetime_names)]
+#![allow(clippy::let_unit_value)]
 
 // Lifetimes should only be linted when they're introduced
 struct DiagnosticCtx<'a, 'b>