Skip to content

simplify if let Some(_) = x to if x.is_some() (clippy::redundant_p…

20f8538
Select commit
Loading
Failed to load commit list.
Merged

minor stylistic clippy cleanups #79732

simplify if let Some(_) = x to if x.is_some() (clippy::redundant_p…
20f8538
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs