Move atom_macro.rs to generated dir.

This commit is contained in:
Xidorn Quan 2017-05-08 11:45:02 +10:00
parent 869e5e025e
commit 5b57c5513c
4 changed files with 6 additions and 3 deletions

View file

@ -25,7 +25,10 @@ use std::slice;
#[macro_use]
#[allow(improper_ctypes, non_camel_case_types, missing_docs)]
pub mod atom_macro;
pub mod atom_macro {
include!("../gecko/generated/atom_macro.rs");
}
#[macro_use]
pub mod namespace;