Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 6296d56

Browse files
Merge pull request #692 from GuillaumeGomez/clippy-warnings
remove more clippy warnings
2 parents 587a700 + 471c343 commit 6296d56

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)