Use ExpandResult instead of MacroResult

`MacroResult` is redundant
This commit is contained in:
Jonas Schievink 2020-11-26 16:48:17 +01:00
parent 1542797284
commit 6a9338e979
5 changed files with 42 additions and 56 deletions

View file

@ -57,7 +57,7 @@ pub use hir_def::{
visibility::Visibility,
};
pub use hir_expand::{
db::MacroResult, name::known, name::AsName, name::Name, HirFileId, InFile, MacroCallId,
name::known, name::AsName, name::Name, ExpandResult, HirFileId, InFile, MacroCallId,
MacroCallLoc, /* FIXME */ MacroDefId, MacroFile, Origin,
};
pub use hir_ty::display::HirDisplay;