Exclude generated code from clippy

This commit is contained in:
Felix Krull 2018-10-12 23:46:51 +02:00 committed by Colin Walters
parent 80fd5823b0
commit 361bf102dc
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ extern crate lazy_static;
use glib::Error;
// re-exports
#[cfg_attr(feature = "cargo-clippy", allow(clippy))]
mod auto;
pub use auto::functions::*;
pub use auto::*;