diff options
author | bors-servo <metajack+bors@gmail.com> | 2014-12-27 22:12:45 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2014-12-27 22:12:45 -0700 |
commit | 56d1b16d1b3a18d5ffa1d9c32562d3b209851711 (patch) | |
tree | cfcccc6b3f2e40a85f03a23c690b6a62612768a7 /components/script/dom/create.rs | |
parent | dbb10747828b08f5dc9bcaea251e1f2d16f554fd (diff) | |
parent | 50c246bdc525afd26ff1864001eaf243db834192 (diff) | |
download | servo-56d1b16d1b3a18d5ffa1d9c32562d3b209851711.tar.gz servo-56d1b16d1b3a18d5ffa1d9c32562d3b209851711.zip |
auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallister
Now `#[dom_struct]` also generates Reflectable impls, and there's another lint to ensure that a DOM struct only contains one bare DOM field (as the first field) or a Reflector.
A lot of this was generated by sed -- each autogenerated change has its own commit for easy review; these will be squashed later.
Diffstat (limited to 'components/script/dom/create.rs')
-rw-r--r-- | components/script/dom/create.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/create.rs b/components/script/dom/create.rs index 67b6ddfe53e..4f8d3b9f846 100644 --- a/components/script/dom/create.rs +++ b/components/script/dom/create.rs @@ -222,4 +222,3 @@ pub fn create_element(name: QualName, prefix: Option<DOMString>, } } - |