Skip to content

Commit

Permalink
chore(rust): allow clippy::large_enum_variant
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Nov 5, 2024
1 parent 07e8269 commit c7c4ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![deny(warnings, rust_2018_idioms)]
#![allow(clippy::derive_partial_eq_without_eq)]
#![allow(clippy::derive_partial_eq_without_eq, clippy::large_enum_variant)]
#![forbid(unsafe_code)]

#[cfg(feature = "destination")]
Expand Down

0 comments on commit c7c4ffa

Please sign in to comment.