diff options
Diffstat (limited to 'crates/ra_lsp_server/src/lib.rs')
-rw-r--r-- | crates/ra_lsp_server/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_lsp_server/src/lib.rs b/crates/ra_lsp_server/src/lib.rs index 1d7258c35..725b1258a 100644 --- a/crates/ra_lsp_server/src/lib.rs +++ b/crates/ra_lsp_server/src/lib.rs | |||
@@ -1,11 +1,9 @@ | |||
1 | mod caps; | 1 | mod caps; |
2 | mod conv; | 2 | mod conv; |
3 | mod main_loop; | 3 | mod main_loop; |
4 | mod path_map; | ||
5 | mod project_model; | 4 | mod project_model; |
6 | pub mod req; | 5 | pub mod req; |
7 | mod server_world; | 6 | mod server_world; |
8 | mod vfs; | ||
9 | 7 | ||
10 | pub type Result<T> = ::std::result::Result<T, ::failure::Error>; | 8 | pub type Result<T> = ::std::result::Result<T, ::failure::Error>; |
11 | pub use crate::{caps::server_capabilities, main_loop::main_loop, main_loop::LspError}; | 9 | pub use crate::{caps::server_capabilities, main_loop::main_loop, main_loop::LspError}; |