Skip to content

Commit 1bfd903

Browse files
bors[bot]Jonas Schievink
andauthored
Merge #11274
11274: internal: Unexport `MacroDefId` from `hir` r=jonas-schievink a=jonas-schievink It's not used outside of it bors r+ Co-authored-by: Jonas Schievink <[email protected]>
2 parents 62a13cc + 3fde9f8 commit 1bfd903

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)