Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

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

@recmo

Description

@recmo

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

False positives rust-lang/rust-clippy#5917

#![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: False positives <https://github.com/rust-lang/rust-clippy/issues/5917>
#![allow(clippy::wildcard_imports)]

mod private_key;
mod public_key;
mod signature;

From crypto/elliptic-curve-crypto/src/lib.rs:45

Metadata

Metadata

Assignees

Labels

refactorImproves the code qualitytrackerIssues generated from source comments

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions