Skip to content

Commit cd32400

Browse files
committed
mute type complexity clippy
1 parent 5c587f3 commit cd32400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gpdma/periph.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ where
258258
TX: DmaChannel,
259259
RX: DmaChannel,
260260
{
261+
#[allow(clippy::type_complexity)]
261262
pub fn init_duplex_transfer<'a, S, D>(
262263
&'a mut self,
263264
tx_config: DmaConfig<MemoryToPeripheral, W, W>,

0 commit comments

Comments
 (0)