mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
migrate ra_lsp_server to new rowan
This commit is contained in:
parent
3ffd5dd2a6
commit
d62ede8262
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use languageserver_types::{
|
|||
use ra_analysis::{
|
||||
FileId, FilePosition, FileRange, FoldKind, Query, RunnableKind, Severity, SourceChange,
|
||||
};
|
||||
use ra_syntax::{text_utils::intersect, TextUnit};
|
||||
use ra_syntax::{text_utils::intersect, TextUnit, AstNode};
|
||||
use ra_text_edit::text_utils::contains_offset_nonstrict;
|
||||
use rustc_hash::FxHashMap;
|
||||
use serde_json::to_value;
|
||||
|
|
Loading…
Reference in a new issue