diff options
Diffstat (limited to 'helix-lsp/src/client.rs')
-rw-r--r-- | helix-lsp/src/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-lsp/src/client.rs b/helix-lsp/src/client.rs index 8de4b95a..8a3aabd9 100644 --- a/helix-lsp/src/client.rs +++ b/helix-lsp/src/client.rs @@ -61,7 +61,7 @@ impl Client { let (incoming, outgoing) = Transport::start(reader, writer, stderr); - let client = Client { + let client = Self { _process: process, outgoing, |