style: cargo +nightly fmt

This commit is contained in:
Benoît CORTIER 2024-11-20 00:24:58 +09:00 committed by Benoît Cortier
parent 807eb59b07
commit 294af1cc5c
213 changed files with 546 additions and 566 deletions

View file

@ -213,7 +213,8 @@ impl<S> FramedWrite for Framed<S>
where
S: FramedWrite,
{
type WriteAllFut<'write> = S::WriteAllFut<'write>
type WriteAllFut<'write>
= S::WriteAllFut<'write>
where
Self: 'write;