Create macros for simplifying element attribute getters (fixes #1931)

This commit is contained in:
Manish Goregaokar 2014-08-18 20:23:19 +05:30
parent 1478fab5a5
commit 32fb907384
2 changed files with 48 additions and 0 deletions

View file

@ -73,6 +73,7 @@ pub mod dom {
#[path="bindings/codegen/InterfaceTypes.rs"]
pub mod types;
pub mod macros;
pub mod attr;
pub mod attrlist;