diff options
Diffstat (limited to 'components/util/workqueue.rs')
-rw-r--r-- | components/util/workqueue.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/workqueue.rs b/components/util/workqueue.rs index 5b27b4a5dab..f7823448243 100644 --- a/components/util/workqueue.rs +++ b/components/util/workqueue.rs @@ -288,4 +288,3 @@ impl<QueueData: Send, WorkData: Send> WorkQueue<QueueData, WorkData> { } } } - |