diff options
Diffstat (limited to 'crates/ra_lsp_server/src/world.rs')
-rw-r--r-- | crates/ra_lsp_server/src/world.rs | 2 |
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; | |||
23 | use std::path::{Component, Prefix}; | 23 | use std::path::{Component, Prefix}; |
24 | 24 | ||
25 | use crate::{ | 25 | use 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 | }; |
30 | use std::str::FromStr; | 30 | use std::str::FromStr; |