Skip to content

Commit d47d5f7

Browse files
committed
gdk-pixbuf: Allow unused imports in auto-generated code
1 parent e84c552 commit d47d5f7

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
@@ -10,6 +10,7 @@ pub use glib;
1010

1111
#[allow(clippy::too_many_arguments)]
1212
#[allow(clippy::manual_c_str_literals)]
13+
#[allow(unused_imports)]
1314
mod auto;
1415

1516
pub mod subclass;

0 commit comments

Comments
 (0)