Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 374affe

Browse files
make ParamLoweringMode accessible
1 parent 77e362c commit 374affe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/hir-ty/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ pub use infer::{
7373
};
7474
pub use interner::Interner;
7575
pub use lower::{
76-
associated_type_shorthand_candidates, CallableDefId, ImplTraitLoweringMode, TyDefId,
77-
TyLoweringContext, ValueTyDefId,
76+
associated_type_shorthand_candidates, CallableDefId, ImplTraitLoweringMode, ParamLoweringMode,
77+
TyDefId, TyLoweringContext, ValueTyDefId,
7878
};
7979
pub use mapping::{
8080
from_assoc_type_id, from_chalk_trait_id, from_foreign_def_id, from_placeholder_idx,

0 commit comments

Comments
 (0)