Skip to content

Commit c6a0890

Browse files
committed
gdk-pixbuf: Allow unused imports in auto-generated code
1 parent 700ff76 commit c6a0890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gdk-pixbuf/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pub use gio;
99
pub use glib;
1010

1111
#[allow(clippy::too_many_arguments)]
12+
#[allow(unused_imports)]
1213
mod auto;
1314

1415
pub mod subclass;

0 commit comments

Comments
 (0)