diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-26 18:16:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-26 18:16:33 +0200 |
commit | f64a44810e1fc732cd5a0aecec541c6c8a289806 (patch) | |
tree | 396a215613effcb60d19eeeec9e016aa12aff5eb /cli/web_worker.rs | |
parent | 04836dc700a8e22fdb604f0640cb72be5e0194c9 (diff) |
refactor: combine MainWorker::new and MainWorker::create (#7693)
* combine MainWorker::new and MainWorker::create
* remove compiler_starts fields
* make op_state types explicit for readability
Diffstat (limited to 'cli/web_worker.rs')
-rw-r--r-- | cli/web_worker.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/web_worker.rs b/cli/web_worker.rs index 587bc055d..cb2a8b87e 100644 --- a/cli/web_worker.rs +++ b/cli/web_worker.rs @@ -101,7 +101,6 @@ impl WebWorker { global_state, loader, false, - false, ); let terminated = Arc::new(AtomicBool::new(false)); |