]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/option_map_or_none.rs
Auto merge of #6304 - matthiaskrgr:crash_6302, r=llogiq
[rust.git] / tests / ui / option_map_or_none.rs
index 4b9b247880a0cf7ef0b282354d8b018c3644d451..629842419e546d1af1e57ffe1c8062797a46f04d 100644 (file)
@@ -1,5 +1,7 @@
 // run-rustfix
 
+#![allow(clippy::bind_instead_of_map)]
+
 fn main() {
     let opt = Some(1);