mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +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
|
@ -7,7 +7,7 @@
|
|||
//! and try to parse only this block.
|
||||
|
||||
use ra_parser::Reparser;
|
||||
use ra_text_edit::Indel;
|
||||
use text_edit::Indel;
|
||||
|
||||
use crate::{
|
||||
algo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue