Add untraceable! macro

This commit is contained in:
Manish Goregaokar 2014-09-24 01:15:57 +05:30
parent 3b7e07699e
commit 85f79290a6
3 changed files with 22 additions and 1 deletions

View file

@ -45,7 +45,11 @@ extern crate uuid;
pub mod cors;
/// The implementation of the DOM.
#[macro_escape]
pub mod dom {
#[macro_escape]
pub mod macros;
/// The code to expose the DOM to JavaScript through IDL bindings.
pub mod bindings {
pub mod global;
@ -72,7 +76,6 @@ pub mod dom {
#[path="bindings/codegen/InterfaceTypes.rs"]
pub mod types;
pub mod macros;
pub mod attr;
pub mod blob;