You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix if_then_some_else_none FP when encountering await codes (#16178)
changelog: Fix FP of [`if_then_some_else_none`] when the `then` block
contains `await` codes.
That is because `bool:then` doesn't work with await code.
Closes: #16176
0 commit comments