Skip to content

Commit

Permalink
Silence clippy::derivable_impls
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 11, 2023
1 parent 804198c commit c160683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
#![cfg_attr(feature = "cargo-clippy", deny(warnings))]
// Doc feature labels can be tested locally by running RUSTDOCFLAGS="--cfg=docsrs" cargo +nightly doc
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![allow(clippy::derivable_impls)]
#![allow(clippy::missing_safety_doc)]

#[allow(unused_imports)]
Expand Down

0 comments on commit c160683

Please sign in to comment.