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
I can take this up.
To clarify, this would make panic throw compile time errors so that we'd have to return a proper error.
I see some functions do not have a return type. Should I add a return type of Result<(),Error> there?
Add the following clippy lint to all
Cargo.toml
files in thel2
crate:and remove the
panic
s of the module if necessary.The text was updated successfully, but these errors were encountered: