mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-26 14:04:12 +03:00
Suppress unused import warnings in generated code
This commit is contained in:
parent
c7f158ad94
commit
0d33525815
@ -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::*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user