mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
rename hir_def -> hir_expand
This commit is contained in:
parent
5413875644
commit
5b803055b7
10 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@ use crate::{
|
|||
Static, Struct, StructField, Trait, TypeAlias,
|
||||
};
|
||||
|
||||
pub use hir_def::db::{
|
||||
pub use hir_expand::db::{
|
||||
AstDatabase, AstDatabaseStorage, AstIdMapQuery, MacroArgQuery, MacroDefQuery, MacroExpandQuery,
|
||||
ParseMacroQuery,
|
||||
};
|
||||
|
|
|
@ -15,7 +15,7 @@ use crate::{
|
|||
AstId, FileAstId, Module, Source,
|
||||
};
|
||||
|
||||
pub use hir_def::expand::{
|
||||
pub use hir_expand::expand::{
|
||||
HirFileId, MacroCallId, MacroCallLoc, MacroDefId, MacroFile, MacroFileKind,
|
||||
};
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//! FIXME: write short doc here
|
||||
|
||||
pub use hir_def::{
|
||||
pub use hir_expand::{
|
||||
ast_id_map::{AstIdMap, ErasedFileAstId, FileAstId},
|
||||
expand::AstId,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue