Suppress unused import warnings in generated code

This commit is contained in:
Felix Krull 2019-05-22 11:06:10 +02:00 committed by Colin Walters
parent c7f158ad94
commit 0d33525815

View File

@ -14,6 +14,7 @@ extern crate lazy_static;
use glib::Error;
// code generated by gir
#[allow(unused_imports)]
mod auto;
pub use crate::auto::functions::*;
pub use crate::auto::*;