]> 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 0f1d2218d5d3889efd3af6f482e6e149bee4381f..629842419e546d1af1e57ffe1c8062797a46f04d 100644 (file)
@@ -1,6 +1,6 @@
 // run-rustfix
 
-#![allow(clippy::option_and_then_some)]
+#![allow(clippy::bind_instead_of_map)]
 
 fn main() {
     let opt = Some(1);