Skip to content

Commit 55f8aa9

Browse files
gsk: Silence an import warning
Caused by the switch to no longer renamed ffi crates + flags being gated
1 parent 29d16c7 commit 55f8aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gsk4/src/lib.rs

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

2424
#[allow(clippy::derived_hash_with_manual_eq)]
2525
#[allow(clippy::too_many_arguments)]
26+
#[allow(unused_imports)]
2627
mod auto;
2728

2829
pub mod builders;

0 commit comments

Comments
 (0)