We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb27866 commit 5c1bc51Copy full SHA for 5c1bc51
pango/src/lib.rs
@@ -7,7 +7,7 @@ pub use ffi;
7
pub use glib;
8
9
#[allow(clippy::too_many_arguments)]
10
-#[allow(clippy::derive_hash_xor_eq)]
+#[allow(clippy::derived_hash_with_manual_eq)]
11
#[allow(clippy::missing_safety_doc)]
12
mod auto;
13
pub use crate::{
0 commit comments