Skip to content

Commit fca7cf2

Browse files
committed
Fix 'explicit lifetimes could be elided' lint
1 parent a8982cb commit fca7cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ where
427427
}
428428
}
429429

430-
impl<'pio, P, SMI, SDA, SCL> I2C<'pio, P, SMI, SDA, SCL>
430+
impl<P, SMI, SDA, SCL> I2C<'_, P, SMI, SDA, SCL>
431431
where
432432
P: PIOExt,
433433
SMI: StateMachineIndex,

0 commit comments

Comments
 (0)