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 69a577b3e..fa3d88abd 100644 --- a/crates/ra_lsp_server/src/lib.rs +++ b/crates/ra_lsp_server/src/lib.rs | |||
@@ -4,11 +4,9 @@ mod cargo_target_spec; | |||
4 | mod conv; | 4 | mod conv; |
5 | mod main_loop; | 5 | mod main_loop; |
6 | mod markdown; | 6 | mod markdown; |
7 | mod project_model; | ||
8 | pub mod req; | 7 | pub mod req; |
9 | pub mod config; | 8 | pub mod config; |
10 | mod world; | 9 | mod world; |
11 | mod thread_worker; | ||
12 | 10 | ||
13 | pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>; | 11 | pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>; |
14 | pub use crate::{ | 12 | pub use crate::{ |