Use let...else instead of match foo { ... _ => return }; and if let ... else return in std
#149795
+21
−36
Loading