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
I ran accross a case where instead of a warning I got an unwrap in error
handling. Two cases didn't seem to use `unwrap_or(0..0)` like all the
others in this function. The errors will get slightly weird when it's
missing but at least it won't cause crashes and the user has some idea
of what is wrong
0 commit comments