Move text-edit into ide-db

This commit is contained in:
Lukas Wirth 2024-10-27 12:23:10 +01:00
parent 80e9d014be
commit 64f56f458f
63 changed files with 684 additions and 707 deletions

View file

@ -139,7 +139,7 @@ pub use ide_diagnostics::{
pub use ide_ssr::SsrError;
pub use span::Edition;
pub use syntax::{TextRange, TextSize};
pub use text_edit::{Indel, TextEdit};
pub use ide_db::text_edit::{Indel, TextEdit};
pub type Cancellable<T> = Result<T, Cancelled>;