Fix various build warnings.

This commit is contained in:
Ms2ger 2015-01-28 20:42:39 +01:00
parent 95f71eea5c
commit 2026cbada2
20 changed files with 25 additions and 18 deletions

View file

@ -49,9 +49,9 @@ extern crate string_cache_macros;
pub mod cors;
/// The implementation of the DOM.
#[macro_escape]
#[macro_use]
pub mod dom {
#[macro_escape]
#[macro_use]
pub mod macros;
/// The code to expose the DOM to JavaScript through IDL bindings.