Skip to content

Commit 7a6491b

Browse files
committed
make quantified private
1 parent fc4e623 commit 7a6491b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-solve/src/goal_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl<'i, I: Interner> GoalBuilder<'i, I> {
115115
/// * [`GoalBuilder::exists`]
116116
///
117117
/// for details.
118-
pub(crate) fn quantified<G, B, P>(
118+
fn quantified<G, B, P>(
119119
&mut self,
120120
quantifier_kind: QuantifierKind,
121121
binders: &Binders<B>,

0 commit comments

Comments
 (0)