Skip to content

use filter(|x| matches!(..)) instead of filter_map(|x| match x ... => Some(xy))#90652

Merged
bors merged 1 commit into
rust-lang:masterfrom
matthiaskrgr:unnnec_filter_map
Nov 9, 2021
Merged

use filter(|x| matches!(..)) instead of filter_map(|x| match x ... => Some(xy))#90652
bors merged 1 commit into
rust-lang:masterfrom
matthiaskrgr:unnnec_filter_map

use filter(|x| matches!(..)) instead of filter_map(|x| match x ... =>…

ed7e438
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs