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
In quite a few places in the code, you have panic!() or unwarp(). This is frowned upon in the Rust community. We should have dedicated error types instead
The text was updated successfully, but these errors were encountered:
In quite a few places in the code, you have
panic!()
orunwarp()
. This is frowned upon in the Rust community. We should have dedicated error types insteadThe text was updated successfully, but these errors were encountered: