aboutsummaryrefslogtreecommitdiff
path: root/src/utils/vec_map.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-2/+2
|
* Change the way ids and some enums are made (#295)Leah2018-03-231-2/+2
| | | | | This makes them easier to be found by tools like rls. Also update struct inits to use the shorthand version for `x: x`.
* Move `VecMap` to `utils`acdenisSK2018-01-021-0/+120
This also fixes no-builder compilation