Skip to content

Commit 2f5c0ce

Browse files
Merge pull request gtk-rs#692 from GuillaumeGomez/clippy-warnings
remove more clippy warnings
2 parents 2c4bc9f + f9968f9 commit 2f5c0ce

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)