Skip to content

Commit

Permalink
gsk: Silence an import warning
Browse files Browse the repository at this point in the history
Caused by the switch to no longer renamed ffi crates + flags being gated
  • Loading branch information
bilelmoussaoui committed Jun 2, 2024
1 parent 29d16c7 commit 55f8aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gsk4/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ macro_rules! skip_assert_initialized {

#[allow(clippy::derived_hash_with_manual_eq)]
#[allow(clippy::too_many_arguments)]
#[allow(unused_imports)]
mod auto;

pub mod builders;
Expand Down

0 comments on commit 55f8aa9

Please sign in to comment.