rustfmt for new nightly.

This commit is contained in:
Dario Nieuwenhuis
2024-10-14 00:12:45 +02:00
parent ee669ee5c5
commit 9a45d776d8
8 changed files with 52 additions and 15 deletions

View File

@@ -635,11 +635,13 @@ where
S: SpiDevice,
O: OutputPin,
{
type RxToken<'a> = RxToken<'a>
type RxToken<'a>
= RxToken<'a>
where
Self: 'a;
type TxToken<'a> = TxToken<'a, S, O>
type TxToken<'a>
= TxToken<'a, S, O>
where
Self: 'a;