mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
minor
This commit is contained in:
parent
6c1ec865fb
commit
0e542936be
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,7 @@ use ra_vfs::VfsTask;
|
||||||
use rustc_hash::FxHashMap;
|
use rustc_hash::FxHashMap;
|
||||||
use serde::{de::DeserializeOwned, Serialize};
|
use serde::{de::DeserializeOwned, Serialize};
|
||||||
use threadpool::ThreadPool;
|
use threadpool::ThreadPool;
|
||||||
|
use ra_prof::profile;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
main_loop::subscriptions::Subscriptions,
|
main_loop::subscriptions::Subscriptions,
|
||||||
|
@ -24,7 +25,6 @@ use crate::{
|
||||||
Result,
|
Result,
|
||||||
InitializationOptions,
|
InitializationOptions,
|
||||||
};
|
};
|
||||||
use ra_prof::profile;
|
|
||||||
|
|
||||||
#[derive(Debug, Fail)]
|
#[derive(Debug, Fail)]
|
||||||
#[fail(display = "Language Server request failed with {}. ({})", code, message)]
|
#[fail(display = "Language Server request failed with {}. ({})", code, message)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue