diff options
author | Josh Matthews <josh@joshmatthews.net> | 2016-07-28 18:41:30 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2016-08-24 11:26:01 -0400 |
commit | 812a761abf9722985692684454e6418d737d7add (patch) | |
tree | 5cecae83b0ee9229a0ea3606f2306e9efbb7574a /components/script/dom/bindings/mod.rs | |
parent | 34bb937aeea9a48b1b4d8dc7c49f375203be4e7e (diff) | |
download | servo-812a761abf9722985692684454e6418d737d7add.tar.gz servo-812a761abf9722985692684454e6418d737d7add.zip |
Implement pair iterators in WebIDL interfaces.
Diffstat (limited to 'components/script/dom/bindings/mod.rs')
-rw-r--r-- | components/script/dom/bindings/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/bindings/mod.rs b/components/script/dom/bindings/mod.rs index 19797a473d0..439016ee15b 100644 --- a/components/script/dom/bindings/mod.rs +++ b/components/script/dom/bindings/mod.rs @@ -136,6 +136,7 @@ pub mod global; pub mod guard; pub mod inheritance; pub mod interface; +pub mod iterable; pub mod js; pub mod num; pub mod proxyhandler; |