Add item_scope module

This commit is contained in:
Aleksey Kladov 2019-12-20 15:38:17 +01:00
parent cfc50ff160
commit 49aac9ef63
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@

View File

@ -15,6 +15,7 @@ pub mod type_ref;
pub mod builtin_type;
pub mod diagnostics;
pub mod per_ns;
pub mod item_scope;
pub mod dyn_map;
pub mod keys;