]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/manual_map_option.rs
Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisa
[rust.git] / src / tools / clippy / tests / ui / manual_map_option.rs
index 0bdbefa51e8b4eedf65d1cf98a944ae7105d7442..325a6db06c4e53a533348d41462e81dff808e09d 100644 (file)
@@ -7,7 +7,7 @@
     clippy::unit_arg,
     clippy::match_ref_pats,
     clippy::redundant_pattern_matching,
-    clippy::for_loops_over_fallibles,
+    for_loops_over_fallibles,
     dead_code
 )]