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
Review all potential panics.
Rewrite the code to return errors wherever it makes sense.
Comment on all cases where the panicking code is safe and explain why.
Cases:
expect or unwrap called in function returning a Result
The text was updated successfully, but these errors were encountered:
Review all potential panics.
Rewrite the code to return errors wherever it makes sense.
Comment on all cases where the panicking code is safe and explain why.
Cases:
expect
orunwrap
called in function returning aResult
The text was updated successfully, but these errors were encountered: