aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_lsp_server/src/lib.rs')
-rw-r--r--crates/ra_lsp_server/src/lib.rs2
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;
4mod conv; 4mod conv;
5mod main_loop; 5mod main_loop;
6mod markdown; 6mod markdown;
7mod project_model;
8pub mod req; 7pub mod req;
9pub mod config; 8pub mod config;
10mod world; 9mod world;
11mod thread_worker;
12 10
13pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>; 11pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
14pub use crate::{ 12pub use crate::{