mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove some extraneous &* pairs
This commit is contained in:
parent
d768ee77ad
commit
8aec08074c
4 changed files with 6 additions and 6 deletions
|
@ -42,7 +42,7 @@ impl Comment {
|
|||
|
||||
pub fn Constructor(global: &GlobalRef, data: DOMString) -> Fallible<Temporary<Comment>> {
|
||||
let document = global.as_window().Document().root();
|
||||
Ok(Comment::new(data, *&*document))
|
||||
Ok(Comment::new(data, *document))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue