Skip to content

Commit e7c47f3

Browse files
Ignore unused imports warning on auto code
1 parent 49f378e commit e7c47f3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gdk4/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ macro_rules! skip_assert_initialized {
5454

5555
#[allow(clippy::derived_hash_with_manual_eq)]
5656
#[allow(clippy::type_complexity)]
57+
#[allow(unused_imports)]
5758
mod auto;
5859

5960
#[macro_use]

gtk4/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ where
8989
#[allow(clippy::derived_hash_with_manual_eq)]
9090
#[allow(clippy::too_many_arguments)]
9191
#[allow(clippy::type_complexity)]
92+
#[allow(unused_imports)]
9293
mod auto;
9394

9495
#[macro_use]

0 commit comments

Comments
 (0)