mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Lift SourceChange to the ra_ide_db
This commit is contained in:
parent
beb35c3ecb
commit
3850b1c086
6 changed files with 25 additions and 25 deletions
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue