Silence some warnings in geckolib

This commit is contained in:
Ravi Shankar 2016-09-27 12:03:55 +05:30
parent 4ceea0426c
commit 24c00da08c
6 changed files with 14 additions and 9 deletions

View file

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