Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False positives <https://github.com/rust-lang/rust-clippy/issues/5917> #727

Open
recmo opened this issue Aug 18, 2020 · 0 comments
Open
Assignees
Labels
refactor Improves the code quality tracker Issues generated from source comments

Comments

@recmo
Copy link
Contributor

recmo commented Aug 18, 2020

On 2020-08-17 @recmo wrote in 645f7bd “Fix lints”:

False positives rust-lang/rust-clippy#5917

#![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;
mod constraints;
mod polynomial;

From crypto/stark/src/lib.rs:47

@recmo recmo added refactor Improves the code quality tracker Issues generated from source comments labels Aug 18, 2020
@recmo recmo self-assigned this Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Improves the code quality tracker Issues generated from source comments
Projects
None yet
Development

No branches or pull requests

1 participant