Skip to content

Replace option.map(cond) == Some(true) with option.is_some_and(cond) - #15960

Merged
bors merged 1 commit into
rust-lang:masterfrom
dtolnay-contrib:issomeand
Nov 24, 2023
Merged

Replace option.map(cond) == Some(true) with option.is_some_and(cond)#15960
bors merged 1 commit into
rust-lang:masterfrom
dtolnay-contrib:issomeand

Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`

b68f531
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs