Move hir_def::keys to hir_def::dyn_map

This commit is contained in:
Lukas Wirth 2023-04-06 19:49:33 +02:00
parent 40c068f502
commit 12b069f434
7 changed files with 9 additions and 8 deletions

View file

@ -24,7 +24,6 @@ pub mod per_ns;
pub mod item_scope;
pub mod dyn_map;
pub mod keys;
pub mod item_tree;