mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Fixed the .clone() warnings. (#31819)
This commit is contained in:
parent
95e69fe4ff
commit
9b26dca141
28 changed files with 76 additions and 93 deletions
|
@ -1698,7 +1698,7 @@ impl VirtualMethods for HTMLFormElement {
|
|||
.borrow()
|
||||
.iter()
|
||||
.filter(|c| !c.is_in_same_home_subtree(self))
|
||||
.map(|c| c.clone()),
|
||||
.cloned(),
|
||||
);
|
||||
|
||||
for control in to_reset.iter() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue