mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-03 22:58:17 +00:00
style: cargo +nightly fmt
This commit is contained in:
parent
807eb59b07
commit
294af1cc5c
213 changed files with 546 additions and 566 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue