mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Move text-edit into ide-db
This commit is contained in:
parent
80e9d014be
commit
64f56f458f
63 changed files with 684 additions and 707 deletions
|
@ -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>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue