format fix

This commit is contained in:
AF 2023-05-20 14:40:53 +00:00
parent 6bb95e6103
commit 8afee51e88

View File

@ -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,