rust/clippy_lints
Samuel Tardieu e3c73f17ec option_if_let_else: do not trigger on expressions returning ()
Fix #11893

Trigerring on expressions returning `()` uses the arguments of the
`map_or_else()` rewrite only for their side effects. This does lead
to code which is harder to read than the original.
2023-11-29 19:38:02 +01:00
..
2023-11-16 19:02:33 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.