Exclude generated code from clippy
This commit is contained in:
parent
80fd5823b0
commit
361bf102dc
|
|
@ -14,6 +14,7 @@ extern crate lazy_static;
|
||||||
use glib::Error;
|
use glib::Error;
|
||||||
|
|
||||||
// re-exports
|
// re-exports
|
||||||
|
#[cfg_attr(feature = "cargo-clippy", allow(clippy))]
|
||||||
mod auto;
|
mod auto;
|
||||||
pub use auto::functions::*;
|
pub use auto::functions::*;
|
||||||
pub use auto::*;
|
pub use auto::*;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue