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
if let Some() = res.ok() with if let Ok() = res#31525