mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Fix various build warnings.
This commit is contained in:
parent
95f71eea5c
commit
2026cbada2
20 changed files with 25 additions and 18 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue