mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add untraceable! macro
This commit is contained in:
parent
3b7e07699e
commit
85f79290a6
3 changed files with 22 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue