aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/world.rs
diff options
context:
space:
mode:
authorEmil Lauridsen <[email protected]>2019-12-25 18:10:45 +0000
committerEmil Lauridsen <[email protected]>2019-12-25 18:14:30 +0000
commitf7d04d05756e7074de2b73b35718b5b4ae670d1b (patch)
tree7a8c1799c1888fee2ff08801c46b2a2cd0e2488e /crates/ra_lsp_server/src/world.rs
parentb9c10ed97f22d665b75895a387c633dfa412ed2b (diff)
Re-format ra_lsp_server changes
Diffstat (limited to 'crates/ra_lsp_server/src/world.rs')
-rw-r--r--crates/ra_lsp_server/src/world.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/src/world.rs b/crates/ra_lsp_server/src/world.rs
index 235eb199d..47c3823fb 100644
--- a/crates/ra_lsp_server/src/world.rs
+++ b/crates/ra_lsp_server/src/world.rs
@@ -23,8 +23,8 @@ use relative_path::RelativePathBuf;
23use std::path::{Component, Prefix}; 23use std::path::{Component, Prefix};
24 24
25use crate::{ 25use crate::{
26 main_loop::pending_requests::{CompletedRequest, LatestRequests},
27 cargo_check::{CheckWatcher, CheckWatcherSharedState}, 26 cargo_check::{CheckWatcher, CheckWatcherSharedState},
27 main_loop::pending_requests::{CompletedRequest, LatestRequests},
28 LspError, Result, 28 LspError, Result,
29}; 29};
30use std::str::FromStr; 30use std::str::FromStr;