Add item_scope module
This commit is contained in:
parent
cfc50ff160
commit
49aac9ef63
2 changed files with 2 additions and 0 deletions
1
crates/ra_hir_def/src/item_scope.rs
Normal file
1
crates/ra_hir_def/src/item_scope.rs
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue