aboutsummaryrefslogtreecommitdiff
path: root/lib/arena/src/map.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use ‘index’ terminology for arena consistentlyAramis Razzaghipour2021-01-171-17/+20
|
* Merge #7276bors[bot]2021-01-171-2/+0
|\ | | | | | | | | | | | | | | | | | | | | | | 7276: Remove map module from la-arena public API r=lnicola a=arzg It’s unlikely that more items will be added to the module, so it’s simpler for users if `ArenaMap` is re-exported and the module made private. This doesn’t compile for the same reason that #7275 doesn’t: > This pull request doesn’t compile because dependencies on la-arena go through crates.io, so existing dependencies on the crate are referencing an old version. As such, this PR will only compile once a new la-arena version has been published. Co-authored-by: Aramis Razzaghipour <[email protected]>
| * Remove map module from la-arena public APIAramis Razzaghipour2021-01-151-2/+0
| | | | | | | | | | | | It’s unlikely that more items will be added to the module, so it’s simpler for users if `ArenaMap` is re-exported and the module made private.
* | Add docs to la-arena crateAramis Razzaghipour2021-01-141-0/+6
|/
* prepare to publish el libro de arenaAleksey Kladov2021-01-141-0/+62