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
Currently we are using `map_or` in a convoluted manner, we can just use
`unwrap_or` to get the inner value or default to 0.
Refactor only, no logic changes.
0 commit comments