Remove map module from la-arena public API

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 commit is contained in:
Aramis Razzaghipour 2021-01-15 11:11:07 +11:00
parent f88f3d6885
commit 9b5ba090db
No known key found for this signature in database
GPG key ID: F788F7E990136003
12 changed files with 12 additions and 13 deletions

View file

@ -10,7 +10,7 @@ use hir_expand::{
name::{name, AsName, Name},
InFile,
};
use la_arena::{map::ArenaMap, Arena};
use la_arena::{Arena, ArenaMap};
use syntax::ast::{self, GenericParamsOwner, NameOwner, TypeBoundsOwner};
use crate::{