Skip to content

Commit 5c1bc51

Browse files
committed
pango: rename removed clippy lint
1 parent bb27866 commit 5c1bc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pango/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub use ffi;
77
pub use glib;
88

99
#[allow(clippy::too_many_arguments)]
10-
#[allow(clippy::derive_hash_xor_eq)]
10+
#[allow(clippy::derived_hash_with_manual_eq)]
1111
#[allow(clippy::missing_safety_doc)]
1212
mod auto;
1313
pub use crate::{

0 commit comments

Comments
 (0)