rename hir_def -> hir_expand
This commit is contained in:
11
crates/ra_hir_expand/src/lib.rs
Normal file
11
crates/ra_hir_expand/src/lib.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
//! `ra_hir_def` contains initial "phases" of the compiler. Roughly, everything
|
||||
//! before types.
|
||||
//!
|
||||
//! Note that we are in the process of moving parts of `ra_hir` into
|
||||
//! `ra_hir_def`, so this crates doesn't contain a lot at the moment.
|
||||
|
||||
pub mod db;
|
||||
|
||||
pub mod ast_id_map;
|
||||
|
||||
pub mod expand;
|
||||
Reference in New Issue
Block a user