Allow improper_ctypes in atom_macro.

We're ignoring these thousands of warnings anyway.
This commit is contained in:
Ms2ger 2016-09-22 15:02:50 +02:00
parent 73b2963509
commit bf0325cb27

View file

@ -28,6 +28,7 @@ use std::ops::Deref;
use std::slice;
#[macro_use]
#[allow(improper_ctypes)]
pub mod atom_macro;
pub mod namespace;