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
result_map_unwrap_or_else: drop the .ok() in the suggestion
Adding the `.ok()` changes the semantics since that assumes that `g` was
ignoring its argument. Instead, allow `g` to keep taking its argument
and preserve the isomorphism to the original code in the suggestion.
Fixes#1590
0 commit comments