Skip to content

Commit

Permalink
Silence clippy lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Feb 24, 2024
1 parent a9915f2 commit 3ef8efd
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 @@ -18,6 +18,7 @@
#![allow(clippy::missing_panics_doc)]
#![allow(clippy::option_if_let_else)]
#![allow(clippy::needless_pass_by_ref_mut)]
#![allow(clippy::ref_as_ptr)]
#![allow(unknown_lints)]
#![warn(missing_copy_implementations)]
#![warn(missing_debug_implementations)]
Expand Down

0 comments on commit 3ef8efd

Please sign in to comment.