diff --git a/src/lib.rs b/src/lib.rs index 495a7c2..4c41a9b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,7 @@ #![allow(non_camel_case_types)] +#![allow(clippy::missing_safety_doc)] +#![allow(clippy::module_inception)] +#![allow(clippy::too_many_arguments)] #[macro_use] extern crate bitflags;