diff options
Diffstat (limited to 'components/script/dom/worker.rs')
-rw-r--r-- | components/script/dom/worker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/worker.rs b/components/script/dom/worker.rs index 7899da4b471..94b248cef84 100644 --- a/components/script/dom/worker.rs +++ b/components/script/dom/worker.rs @@ -284,7 +284,7 @@ impl WorkerMethods for Worker { } impl TaskOnce for SimpleWorkerErrorHandler<Worker> { - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] fn run_once(self) { Worker::dispatch_simple_error(self.addr); } |