mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +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::{
|
use ra_analysis::{
|
||||||
FileId, FilePosition, FileRange, FoldKind, Query, RunnableKind, Severity, SourceChange,
|
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 ra_text_edit::text_utils::contains_offset_nonstrict;
|
||||||
use rustc_hash::FxHashMap;
|
use rustc_hash::FxHashMap;
|
||||||
use serde_json::to_value;
|
use serde_json::to_value;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue