mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Eliminate some warnings
This commit is contained in:
parent
448c472cf1
commit
c85e2c9594
8 changed files with 9 additions and 9 deletions
|
@ -1316,7 +1316,7 @@ impl Node {
|
|||
// Step 6.
|
||||
if clone_children == CloneChildren {
|
||||
for ref child in node.children() {
|
||||
let mut child_copy = Node::clone(&*child, Some(&*document), clone_children).root();
|
||||
let child_copy = Node::clone(&*child, Some(&*document), clone_children).root();
|
||||
let _inserted_node = Node::pre_insert(&*child_copy, &*copy, None);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue