Skip to content

Commit f9968f9

Browse files
remove more clippy warnings
1 parent 2c4bc9f commit f9968f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
#![cfg_attr(feature = "cargo-clippy", allow(type_complexity))]
150150
#![cfg_attr(feature = "cargo-clippy", allow(transmute_ptr_to_ref))]
151151
#![cfg_attr(feature = "cargo-clippy", allow(trivially_copy_pass_by_ref))]
152+
#![cfg_attr(feature = "cargo-clippy", allow(derive_hash_xor_eq))]
152153
#![allow(deprecated)]
153154

154155
extern crate libc;

0 commit comments

Comments
 (0)