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 49f378e commit e7c47f3Copy full SHA for e7c47f3
gdk4/src/lib.rs
@@ -54,6 +54,7 @@ macro_rules! skip_assert_initialized {
54
55
#[allow(clippy::derived_hash_with_manual_eq)]
56
#[allow(clippy::type_complexity)]
57
+#[allow(unused_imports)]
58
mod auto;
59
60
#[macro_use]
gtk4/src/lib.rs
@@ -89,6 +89,7 @@ where
89
90
#[allow(clippy::too_many_arguments)]
91
92
93
94
95
0 commit comments