Skip to content

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

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

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

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

8cc7073
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs