mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
Create macros for simplifying element attribute getters (fixes #1931)
This commit is contained in:
parent
1478fab5a5
commit
32fb907384
2 changed files with 48 additions and 0 deletions
|
@ -73,6 +73,7 @@ pub mod dom {
|
|||
|
||||
#[path="bindings/codegen/InterfaceTypes.rs"]
|
||||
pub mod types;
|
||||
pub mod macros;
|
||||
|
||||
pub mod attr;
|
||||
pub mod attrlist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue