Ignore clippy issues in generated code
This commit is contained in:
parent
4cfda21ff9
commit
dfcaf3eede
|
|
@ -22,8 +22,9 @@ extern crate lazy_static;
|
||||||
use glib::Error;
|
use glib::Error;
|
||||||
|
|
||||||
// code generated by gir
|
// code generated by gir
|
||||||
|
#[rustfmt::skip]
|
||||||
|
#[allow(clippy::all)]
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
#[cfg_attr(rustfmt, rustfmt_skip)]
|
|
||||||
mod auto;
|
mod auto;
|
||||||
pub use crate::auto::functions::*;
|
pub use crate::auto::functions::*;
|
||||||
pub use crate::auto::*;
|
pub use crate::auto::*;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue