Skip to content

Replace some `then`s with some `then_some`s

5bf6a46
Select commit
Loading
Failed to load commit list.
Merged

if $c:expr { Some($r:expr) } else { None } =>> $c.then(|| $r) #108090

Replace some `then`s with some `then_some`s
5bf6a46
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs