aboutsummaryrefslogtreecommitdiff
path: root/crates/gen_lsp_server
diff options
context:
space:
mode:
authorRoberto Vidal <[email protected]>2019-04-16 21:25:17 +0100
committerRoberto Vidal <[email protected]>2019-04-16 21:25:17 +0100
commit13d92b3f11246dc2d9a26b7d06ad8ebbcb96c47d (patch)
tree1e6aad879a5fc30c0546a00baed0a483610e14bb /crates/gen_lsp_server
parent145ee9c3e9e81821053c33363f0ec3c0397d909d (diff)
Fixes doctest
Diffstat (limited to 'crates/gen_lsp_server')
-rw-r--r--crates/gen_lsp_server/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/gen_lsp_server/src/lib.rs b/crates/gen_lsp_server/src/lib.rs
index edbdda6c8..86b72f663 100644
--- a/crates/gen_lsp_server/src/lib.rs
+++ b/crates/gen_lsp_server/src/lib.rs
@@ -22,7 +22,7 @@
22//! sender, 22//! sender,
23//! main_loop, 23//! main_loop,
24//! )?; 24//! )?;
25//! io_threads.join()?; 25//! io_threads.exit()?;
26//! Ok(()) 26//! Ok(())
27//! } 27//! }
28//! 28//!