mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
migrate analysis and server to 2018
This commit is contained in:
parent
2dd6858d03
commit
bb298158eb
21 changed files with 42 additions and 36 deletions
|
@ -16,7 +16,7 @@ use gen_lsp_server::{
|
|||
};
|
||||
use rustc_hash::FxHashMap;
|
||||
|
||||
use {
|
||||
use crate::{
|
||||
req,
|
||||
Result,
|
||||
vfs::{self, FileEvent},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue