rust-clippy icon indicating copy to clipboard operation
rust-clippy copied to clipboard

Add lint `manual_option_folding`

Open sjwang05 opened this issue 11 months ago • 6 comments

Closes #10646

This lint checks for panicking unwrap methods (unwrap, unwrap_unchecked, expect) used after get_or_insert_with.

changelog: new lint: [manual_option_folding]

sjwang05 avatar Sep 28 '23 20:09 sjwang05