Auto merge of #14633 - servo:rustup, r=SimonSapin,nox

Update Rust to 1.15.0-nightly (71c06a56a 2016-12-18)

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14633)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-12-21 16:24:27 -08:00 committed by GitHub
commit df667f16b0
8 changed files with 37 additions and 41 deletions

View file

@ -251,9 +251,6 @@ impl TreeWalkerMethods for TreeWalker {
}
}
type NodeAdvancer<'a> = Fn(&Node) -> Option<Root<Node>> + 'a;
impl TreeWalker {
// https://dom.spec.whatwg.org/#concept-traverse-children
fn traverse_children<F, G>(&self,