mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
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:
parent
f88f3d6885
commit
9b5ba090db
12 changed files with 12 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
//! Utilities for mapping between hir IDs and the surface syntax.
|
||||
|
||||
use hir_expand::InFile;
|
||||
use la_arena::map::ArenaMap;
|
||||
use la_arena::ArenaMap;
|
||||
|
||||
use crate::{db::DefDatabase, item_tree::ItemTreeNode, AssocItemLoc, ItemLoc};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue