format fix
This commit is contained in:
parent
6bb95e6103
commit
8afee51e88
@ -348,6 +348,7 @@ pub trait MonadFailAnyExt: MonadFailAny {
|
|||||||
{
|
{
|
||||||
<Self::W<E> as Pure>::pure(a)
|
<Self::W<E> as Pure>::pure(a)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn fail<'a, E: 'a, A: 'a>(e: E) -> <Self::W<E> as WeakFunctor>::F<'a, A>
|
fn fail<'a, E: 'a, A: 'a>(e: E) -> <Self::W<E> as WeakFunctor>::F<'a, A>
|
||||||
where
|
where
|
||||||
Self: 'a,
|
Self: 'a,
|
||||||
|
Loading…
Reference in New Issue
Block a user