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
We have a bunch of places in the library where we're using .unwrap() (which could fail and panic) in an unhandled way. Go through and ensure that we do something safe with these in all instances.
The text was updated successfully, but these errors were encountered:
We have a bunch of places in the library where we're using
.unwrap()
(which could fail and panic) in an unhandled way. Go through and ensure that we do something safe with these in all instances.The text was updated successfully, but these errors were encountered: