aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db/src/apply_change.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-021-0/+239
This seems like a better factoring logically; ideally, clients shouldn't touch `set_` methods of the database directly. Additionally, I think this should remove the unfortunate duplication in fixture code.