mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Get rid of a bunch of explicit derefs
This commit is contained in:
parent
ca56ebbb09
commit
722aa86c89
49 changed files with 340 additions and 360 deletions
|
@ -372,6 +372,6 @@ pub struct ChangeEventRunnable {
|
|||
impl Runnable for ChangeEventRunnable {
|
||||
fn handler(self: Box<ChangeEventRunnable>) {
|
||||
let target = self.element.root();
|
||||
target.r().dispatch_change_event();
|
||||
target.dispatch_change_event();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue