Phase out SourceFileEdits in favour of a plain HashMap

This commit is contained in:
Lukas Wirth 2021-01-14 22:43:36 +01:00
parent e23bfafb32
commit d5095329a1
15 changed files with 181 additions and 216 deletions

View file

@ -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,
};