mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
dont depend on ra_editor directly
This commit is contained in:
parent
1c25bf05d7
commit
1b82084a5f
4 changed files with 5 additions and 4 deletions
|
@ -7,8 +7,8 @@ use languageserver_types::{
|
|||
use ra_analysis::{
|
||||
CompletionItem, CompletionItemKind, FileId, FilePosition, FileRange, FileSystemEdit,
|
||||
InsertText, NavigationTarget, SourceChange, SourceFileEdit,
|
||||
LineCol, LineIndex, translate_offset_with_edit
|
||||
};
|
||||
use ra_editor::{translate_offset_with_edit, LineCol, LineIndex};
|
||||
use ra_syntax::{SyntaxKind, TextRange, TextUnit};
|
||||
use ra_text_edit::{AtomTextEdit, TextEdit};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue