mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Phase out SourceFileEdits in favour of a plain HashMap
This commit is contained in:
parent
e23bfafb32
commit
d5095329a1
15 changed files with 181 additions and 216 deletions
|
@ -98,7 +98,7 @@ pub use ide_db::{
|
|||
label::Label,
|
||||
line_index::{LineCol, LineIndex},
|
||||
search::SearchScope,
|
||||
source_change::{FileSystemEdit, SourceChange, SourceFileEdits},
|
||||
source_change::{FileSystemEdit, SourceChange},
|
||||
symbol_index::Query,
|
||||
RootDatabase,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue