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 ac1f359 commit 274c3a9Copy full SHA for 274c3a9
gsk4/src/lib.rs
@@ -21,6 +21,7 @@ macro_rules! skip_assert_initialized {
21
}
22
23
#[allow(clippy::derived_hash_with_manual_eq)]
24
+#[allow(clippy::too_many_arguments)]
25
mod auto;
26
27
pub mod builders;
0 commit comments