remove _Fctr
from StackCompatible
bound
This commit is contained in:
parent
434a267507
commit
7253b2402e
@ -142,7 +142,7 @@ impl<F> StackNodeFactory<F> {
|
|||||||
|
|
||||||
impl<'a, Ctx: Context<'a>, F: Factory<'a, Ctx>> FactoryBase<'a, Ctx> for StackNodeFactory<F>
|
impl<'a, Ctx: Context<'a>, F: Factory<'a, Ctx>> FactoryBase<'a, Ctx> for StackNodeFactory<F>
|
||||||
where
|
where
|
||||||
F::Mtbl: StackCompatible<'a, Ctx, _Fctr = F>,
|
F::Mtbl: StackCompatible<'a, Ctx>,
|
||||||
{
|
{
|
||||||
type Mtbl = StackNode<'a, Ctx, F::Mtbl>;
|
type Mtbl = StackNode<'a, Ctx, F::Mtbl>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user