Avoid huge numbers of warnings for atom_macro.

This commit is contained in:
Josh Matthews 2016-09-26 09:35:26 -04:00 committed by GitHub
parent 58e6d7bd58
commit 587250ba4e

View file

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