auto merge of #2045 : Manishearth/servo/pub-struct-2044, r=SimonSapin

See #2044
This commit is contained in:
bors-servo 2014-04-09 10:40:26 -04:00
commit d7f450dbd7
12 changed files with 19 additions and 19 deletions

View file

@ -573,7 +573,7 @@ impl NodeHelpers for JS<Node> {
// Iteration and traversal
//
type ChildElementIterator<'a> = Map<'a, JS<Node>,
pub type ChildElementIterator<'a> = Map<'a, JS<Node>,
JS<Element>,
Filter<'a, JS<Node>, AbstractNodeChildrenIterator>>;