remove _Fctr from StackCompatible bound

This commit is contained in:
AF 2023-07-29 09:30:20 +00:00
parent 434a267507
commit 7253b2402e

View File

@ -142,7 +142,7 @@ impl<F> StackNodeFactory<F> {
impl<'a, Ctx: Context<'a>, F: Factory<'a, Ctx>> FactoryBase<'a, Ctx> for StackNodeFactory<F>
where
F::Mtbl: StackCompatible<'a, Ctx, _Fctr = F>,
F::Mtbl: StackCompatible<'a, Ctx>,
{
type Mtbl = StackNode<'a, Ctx, F::Mtbl>;