Skip to content

Commit

Permalink
Silence clippy::struct_field_names
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Jan 3, 2024
1 parent c369329 commit 1cdfd9e
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 @@ -4,6 +4,7 @@
#![cfg_attr(test, allow(clippy::shadow_unrelated))]
#![warn(clippy::cargo)]
#![allow(unknown_lints)]
#![allow(clippy::struct_field_names)]
#![warn(missing_copy_implementations)]
#![warn(missing_debug_implementations)]
#![warn(missing_docs)]
Expand Down

0 comments on commit 1cdfd9e

Please sign in to comment.