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
There are unwrap() sprinkled throughout the library, mainly for unexpected-correct cases. These should either be handled via Result-style error propagation, or at least converted to expect() to document expected cases.
The text was updated successfully, but these errors were encountered:
There are
unwrap()
sprinkled throughout the library, mainly for unexpected-correct cases. These should either be handled viaResult
-style error propagation, or at least converted toexpect()
to document expected cases.The text was updated successfully, but these errors were encountered: