@@ -289,7 +289,7 @@ impl<C: Context, CO: ContextOps<C>> Forest<C, CO> {
289
289
ops : PhantomData < CO > ,
290
290
}
291
291
292
- impl < C : Context , CO : ContextOps < C > , OP : WithInstantiatedStrand < C , CO > >
292
+ impl < C : Context , CO : ContextOps < C > , OP : WithInstantiatedStrand < C , CO > >
293
293
WithInstantiatedExClause < C > for With < C , CO , OP > {
294
294
type Output = OP :: Output ;
295
295
@@ -737,7 +737,7 @@ impl<C: Context, CO: ContextOps<C>> Forest<C, CO> {
737
737
this : & ' a mut Forest < C , CO > ,
738
738
}
739
739
740
- impl < C : Context , CO : ContextOps < C > > WithInstantiatedUCanonicalGoal < C >
740
+ impl < C : Context , CO : ContextOps < C > > WithInstantiatedUCanonicalGoal < C >
741
741
for PushInitialStrandsInstantiated < ' a , C , CO > {
742
742
type Output = ( ) ;
743
743
@@ -1166,7 +1166,7 @@ impl<C: Context, CO: ContextOps<C>> Forest<C, CO> {
1166
1166
depth : StackIndex ,
1167
1167
strand : Strand < ' _ , C , impl Context > ,
1168
1168
) -> StrandResult < C , ( ) > {
1169
- :: crate:: maybe_grow_stack ( || self . pursue_strand ( depth, strand) )
1169
+ crate :: maybe_grow_stack ( || self . pursue_strand ( depth, strand) )
1170
1170
}
1171
1171
1172
1172
/// Invoked when we have found a successful answer to the given
0 commit comments