mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Rename ra_text_edit -> text_edit
This commit is contained in:
parent
7510048ec0
commit
6dafc13f5f
29 changed files with 42 additions and 42 deletions
|
@ -14,7 +14,7 @@ use ra_syntax::{
|
|||
ast::{self, AstNode},
|
||||
SyntaxNode, TextRange, T,
|
||||
};
|
||||
use ra_text_edit::TextEdit;
|
||||
use text_edit::TextEdit;
|
||||
|
||||
use crate::{Diagnostic, FileId, Fix, SourceFileEdit};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue