Auto merge of #13374 - servo:improper-atoms, r=jdm

Allow improper_ctypes in atom_macro.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13374)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-09-22 14:18:55 -05:00 committed by GitHub
commit c48666a01a

View file

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