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
Enables and fixes the same workspace-level lint configuration we
originally implemented in RustCrypto/utils#1411, but for this repo.
This primarily includes `clippy` lints, which have replaced the ones
configured in individual lib.rs files.
Since every crate in this repo previously declared `forbid(unsafe_code)`
this has also been moved to the workspace-level.
0 commit comments