Remove redundant trait bounds
This commit is contained in:
parent
4e36d3b3b9
commit
d8dbf520fb
@ -589,7 +589,6 @@ where
|
|||||||
TX: Tx,
|
TX: Tx,
|
||||||
RX: Rx,
|
RX: Rx,
|
||||||
IP: I2sPeripheral + I2s0Peripheral,
|
IP: I2sPeripheral + I2s0Peripheral,
|
||||||
RX: Rx,
|
|
||||||
{
|
{
|
||||||
fn new(
|
fn new(
|
||||||
i2s: impl Peripheral<P = I> + 'd,
|
i2s: impl Peripheral<P = I> + 'd,
|
||||||
@ -645,7 +644,6 @@ where
|
|||||||
TX: Tx,
|
TX: Tx,
|
||||||
RX: Rx,
|
RX: Rx,
|
||||||
IP: I2sPeripheral + I2s1Peripheral,
|
IP: I2sPeripheral + I2s1Peripheral,
|
||||||
RX: Rx,
|
|
||||||
{
|
{
|
||||||
fn new(
|
fn new(
|
||||||
i2s: impl Peripheral<P = I> + 'd,
|
i2s: impl Peripheral<P = I> + 'd,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user