mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 06:35:27 +00:00
Add item_scope module
This commit is contained in:
parent
cfc50ff160
commit
49aac9ef63
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…
Reference in New Issue
Block a user