mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
change changes effecting verbosity
This commit is contained in:
parent
418842faf9
commit
7c45a4fea0
9 changed files with 17 additions and 31 deletions
|
@ -14,7 +14,6 @@ impl ScriptChan for NetworkingTaskSource {
|
|||
}
|
||||
|
||||
fn clone(&self) -> Box<ScriptChan + Send> {
|
||||
let ref chan = self.0;
|
||||
box NetworkingTaskSource((*chan).clone())
|
||||
box NetworkingTaskSource((&self.0).clone())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue