Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

clippy: Replace `if let Some() = res.ok()` with `if let Ok() = res`

7ddf94b
Select commit
Loading
Failed to load commit list.
Merged

clippy: Replace if let Some() = res.ok() with if let Ok() = res #31525

clippy: Replace `if let Some() = res.ok()` with `if let Ok() = res`
7ddf94b
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs