Skip to content

Commit

Permalink
Avoid huge numbers of warnings for atom_macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Sep 26, 2016
1 parent 58e6d7b commit 587250b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/gecko_string_cache/mod.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 587250b

Please sign in to comment.