Lift SourceChange to the ra_ide_db

This commit is contained in:
Aleksey Kladov 2020-05-06 11:31:26 +02:00
parent beb35c3ecb
commit 3850b1c086
6 changed files with 25 additions and 25 deletions

View file

@ -4,7 +4,7 @@
//! so `TextEdit` is the ultimate representation of the work done by
//! rust-analyzer.
use text_size::{TextRange, TextSize};
pub use text_size::{TextRange, TextSize};
/// `InsertDelete` -- a single "atomic" change to text
///