mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 04:39:16 +00:00
minor
This commit is contained in:
parent
6c1ec865fb
commit
0e542936be
@ -15,6 +15,7 @@ use ra_vfs::VfsTask;
|
||||
use rustc_hash::FxHashMap;
|
||||
use serde::{de::DeserializeOwned, Serialize};
|
||||
use threadpool::ThreadPool;
|
||||
use ra_prof::profile;
|
||||
|
||||
use crate::{
|
||||
main_loop::subscriptions::Subscriptions,
|
||||
@ -24,7 +25,6 @@ use crate::{
|
||||
Result,
|
||||
InitializationOptions,
|
||||
};
|
||||
use ra_prof::profile;
|
||||
|
||||
#[derive(Debug, Fail)]
|
||||
#[fail(display = "Language Server request failed with {}. ({})", code, message)]
|
||||
|
Loading…
Reference in New Issue
Block a user