Skip to content

Commit 3fde9f8

Browse files
author
Jonas Schievink
committed
Unexport MacroDefId from hir
1 parent 62a13cc commit 3fde9f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/hir/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ use hir_def::{
5252
LocalEnumVariantId, LocalFieldId, Lookup, ModuleId, StaticId, StructId, TraitId, TypeAliasId,
5353
TypeParamId, UnionId,
5454
};
55-
use hir_expand::{name::name, MacroCallKind, MacroDefKind};
55+
use hir_expand::{name::name, MacroCallKind, MacroDefId, MacroDefKind};
5656
use hir_ty::{
5757
autoderef,
5858
consteval::{eval_const, ComputedExpr, ConstEvalCtx, ConstEvalError, ConstExt},
@@ -118,7 +118,7 @@ pub use {
118118
},
119119
hir_expand::{
120120
name::{known, Name},
121-
ExpandResult, HirFileId, InFile, MacroDefId, MacroFile, Origin,
121+
ExpandResult, HirFileId, InFile, MacroFile, Origin,
122122
},
123123
hir_ty::display::HirDisplay,
124124
};

0 commit comments

Comments
 (0)