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've been mildly sloppy as we rush to get things running. Sanitize all uses of unwrap and expect to ensure we don't accidentally destroy anything in situations where we expect bad inputs, handling errors gracefully.
The text was updated successfully, but these errors were encountered:
We've been mildly sloppy as we rush to get things running. Sanitize all uses of
unwrap
andexpect
to ensure we don't accidentally destroy anything in situations where we expect bad inputs, handling errors gracefully.The text was updated successfully, but these errors were encountered: