Rename ra_text_edit -> text_edit

This commit is contained in:
Aleksey Kladov 2020-08-12 17:03:06 +02:00
parent 7510048ec0
commit 6dafc13f5f
29 changed files with 42 additions and 42 deletions

View file

@ -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,