Skip to content

Commit

Permalink
gdk-pixbuf: Allow unused imports in auto-generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Feb 12, 2025
1 parent 700ff76 commit c6a0890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdk-pixbuf/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pub use gio;
pub use glib;

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

pub mod subclass;
Expand Down

0 comments on commit c6a0890

Please sign in to comment.