From 2c2e3ec1ca47803f791ea72ea6247d8eedf87ec8 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 7 Sep 2021 10:39:32 -0400 Subject: refactor(lsp): use deno_ast and cache swc ASTs (#11780) --- runtime/ops/signal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/ops') diff --git a/runtime/ops/signal.rs b/runtime/ops/signal.rs index eea8161cd..40309657d 100644 --- a/runtime/ops/signal.rs +++ b/runtime/ops/signal.rs @@ -131,7 +131,7 @@ fn signal_str_to_int(s: &str) -> Option { } #[cfg(target_os = "windows")] -fn signal_str_to_int(s: &str) -> Option { +fn signal_str_to_int(_s: &str) -> Option { unimplemented!() } -- cgit v1.2.3