Allow clippy::{missing_safety_doc, module_inception, too_many_arguments}
This commit is contained in:
parent
6639f02b80
commit
ceb1a7ea7c
@ -1,4 +1,7 @@
|
|||||||
#![allow(non_camel_case_types)]
|
#![allow(non_camel_case_types)]
|
||||||
|
#![allow(clippy::missing_safety_doc)]
|
||||||
|
#![allow(clippy::module_inception)]
|
||||||
|
#![allow(clippy::too_many_arguments)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate bitflags;
|
extern crate bitflags;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user