summaryrefslogtreecommitdiff
path: root/runtime/web_worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/web_worker.rs')
-rw-r--r--runtime/web_worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs
index 87487e499..0efb547f4 100644
--- a/runtime/web_worker.rs
+++ b/runtime/web_worker.rs
@@ -430,7 +430,7 @@ pub fn run_web_worker(
) -> Result<(), AnyError> {
let name = worker.name.to_string();
- let mut rt = create_basic_runtime();
+ let rt = create_basic_runtime();
// TODO(bartlomieju): run following block using "select!"
// with terminate