Skip to content

Commit f8b130a

Browse files
committed
unreachable pub
1 parent c4b3075 commit f8b130a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/hir-def/src/generics.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ pub enum WherePredicateTypeTarget {
144144

145145
#[derive(Clone, Default)]
146146
pub(crate) struct GenericParamsCollector {
147-
pub type_or_consts: Arena<TypeOrConstParamData>,
148-
pub lifetimes: Arena<LifetimeParamData>,
149-
pub where_predicates: Vec<WherePredicate>,
147+
pub(crate) type_or_consts: Arena<TypeOrConstParamData>,
148+
lifetimes: Arena<LifetimeParamData>,
149+
where_predicates: Vec<WherePredicate>,
150150
}
151151

152152
impl GenericParamsCollector {

0 commit comments

Comments
 (0)