aboutsummaryrefslogtreecommitdiff
path: root/crates/paths
Commit message (Collapse)AuthorAgeFilesLines
* Introduce paths crateAleksey Kladov2020-06-142-0/+131
It's a good idea to distinguish between absolute and relative paths at the type level, to avoid accidental dependency on the cwd, which really shouldn't matter for rust-analyzer service