diff options
Diffstat (limited to 'cli/lsp/tsc.rs')
-rw-r--r-- | cli/lsp/tsc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs index a7f80e3f9..869a61838 100644 --- a/cli/lsp/tsc.rs +++ b/cli/lsp/tsc.rs @@ -1826,7 +1826,7 @@ where V: de::DeserializeOwned, R: Serialize + 'static, { - op_sync(move |s, args, _bufs| { + op_sync(move |s, args, _: ()| { let state = s.borrow_mut::<State>(); op_fn(state, args) }) |