mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
build: upgrade rustc to 1.81.0 (#34270)
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
26f61103d6
commit
7fcde1f7a3
15 changed files with 16 additions and 26 deletions
|
@ -448,9 +448,8 @@ where
|
|||
{
|
||||
let mut next = parent.first_child();
|
||||
std::iter::from_fn(move || {
|
||||
next.map(|child| {
|
||||
next.inspect(|child| {
|
||||
next = child.next_sibling();
|
||||
child
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue