ex_points_typed reformat

This commit is contained in:
AF 2023-07-29 10:33:11 +00:00
parent 79f1fadf0a
commit f08b26316f

View File

@ -59,7 +59,8 @@ where
mentionable: &Stack<'a, Ctx, Self>,
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)
}
}