mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Update Rust version again
This gets us the new runtime.
This commit is contained in:
parent
ef50acfa89
commit
a2d9810b69
49 changed files with 129 additions and 129 deletions
|
@ -463,7 +463,7 @@ impl<'self, View> AbstractNode<View> {
|
|||
}
|
||||
|
||||
impl<View> Iterator<AbstractNode<View>> for AbstractNodeChildrenIterator<View> {
|
||||
pub fn next(&mut self) -> Option<AbstractNode<View>> {
|
||||
fn next(&mut self) -> Option<AbstractNode<View>> {
|
||||
let node = self.current_node;
|
||||
self.current_node = self.current_node.chain(|node| node.next_sibling());
|
||||
node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue