mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
@ -220,7 +220,7 @@ impl WorkerGlobalScope {
|
|||
}
|
||||
|
||||
pub fn get_worker_id(&self) -> WorkerId {
|
||||
self.worker_id.clone()
|
||||
self.worker_id
|
||||
}
|
||||
|
||||
pub fn task_canceller(&self) -> TaskCanceller {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue