diff options
Diffstat (limited to 'cli/compilers/wasm.rs')
-rw-r--r-- | cli/compilers/wasm.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cli/compilers/wasm.rs b/cli/compilers/wasm.rs index 9bc9d2ab4..d6f0d2f4a 100644 --- a/cli/compilers/wasm.rs +++ b/cli/compilers/wasm.rs @@ -61,10 +61,7 @@ impl WasmCompiler { .expect("Unable to create worker state"); // Count how many times we start the compiler worker. - global_state - .metrics - .compiler_starts - .fetch_add(1, Ordering::SeqCst); + global_state.compiler_starts.fetch_add(1, Ordering::SeqCst); let mut worker = CompilerWorker::new( "WASM".to_string(), |