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
#![allow(clippy::multiple_crate_versions)]// TODO: Toggle based on stable/nightly#![allow(clippy::missing_errors_doc)]// TODO: Add `must_use` attributes#![allow(clippy::must_use_candidate)]// TODO: To many false positives#![allow(clippy::enum_glob_use)]// TODO: False positives <https://github.com/rust-lang/rust-clippy/issues/5917>#![allow(clippy::wildcard_imports)]mod channel;
On 2020-08-17 @recmo wrote in
645f7bd“Fix lints”:To many false positives
From
crypto/stark/src/lib.rs:45