ex_points_typed
reformat
This commit is contained in:
parent
79f1fadf0a
commit
f08b26316f
@ -59,7 +59,8 @@ where
|
|||||||
mentionable: &Stack<'a, Ctx, Self>,
|
mentionable: &Stack<'a, Ctx, Self>,
|
||||||
points: &mut impl PointsVisitor<'a, Ctx>,
|
points: &mut impl PointsVisitor<'a, Ctx>,
|
||||||
) {
|
) {
|
||||||
<<Fctr<'a, Ctx, A> as WithParseMode>::WithMode as ExternalPointsProxy<'a, Ctx, _>>::exp_points_typed(mentionable, points)
|
type Wm<'a, Ctx, A> = <Fctr<'a, Ctx, A> as WithParseMode>::WithMode;
|
||||||
|
<Wm<'a, Ctx, A> as ExternalPointsProxy<'a, Ctx, _>>::exp_points_typed(mentionable, points)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user