aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/mapping.rs
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize hir_ty modulesFlorian Diebold2021-04-091-0/+125
Chalk isn't really a 'traits' thing anymore, so it doesn't make sense to have all the Chalk-related stuff in submodules of `traits`.