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
Update callers to use Iterator::try_fold and propagate errors with ?.
Also switch parse2().ok() to map(Some) and convert early returns to
Ok(...) variants.
0 commit comments