mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Point it to InterfaceTypes.rs directly to export generated types.
This commit is contained in:
parent
78856c87a4
commit
04ba6bf29b
1 changed files with 2 additions and 3 deletions
|
@ -53,9 +53,8 @@ pub mod dom {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod types {
|
#[path="bindings/codegen/InterfaceTypes.rs"]
|
||||||
pub use super::bindings::codegen::InterfaceTypes::*;
|
pub mod types;
|
||||||
}
|
|
||||||
|
|
||||||
pub mod attr;
|
pub mod attr;
|
||||||
pub mod attrlist;
|
pub mod attrlist;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue