From 1e8e44f4c31688ac55100f96bdab27723eb6e575 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Thu, 6 May 2021 19:32:03 +0200 Subject: refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#10448) --- cli/lsp/tsc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/lsp') 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::(); op_fn(state, args) }) -- cgit v1.2.3