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 - #31525

Merged
brooksprumo merged 1 commit into
solana-labs:masterfrom
brooksprumo:clippy/ok
May 8, 2023
Merged

clippy: Replace if let Some() = res.ok() with if let Ok() = res#31525
brooksprumo merged 1 commit into
solana-labs:masterfrom
brooksprumo:clippy/ok

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