mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Remove some extraneous &* pairs
This commit is contained in:
parent
d768ee77ad
commit
8aec08074c
4 changed files with 6 additions and 6 deletions
|
@ -317,8 +317,8 @@ impl Document {
|
|||
DocumentBinding::Wrap).root();
|
||||
|
||||
let node: JSRef<Node> = NodeCast::from_ref(*document);
|
||||
node.set_owner_doc(*&*document);
|
||||
Temporary::from_rooted(*&*document)
|
||||
node.set_owner_doc(*document);
|
||||
Temporary::from_rooted(*document)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue