aboutsummaryrefslogtreecommitdiff
path: root/crates/base_db/src/change.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-021-0/+97
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.