diff --git a/esp-hal/src/gpio/mod.rs b/esp-hal/src/gpio/mod.rs index 1c96a76ad9..9d76487849 100644 --- a/esp-hal/src/gpio/mod.rs +++ b/esp-hal/src/gpio/mod.rs @@ -2459,7 +2459,7 @@ mod asynch { pin: Flex<'d, P>, } - impl<'d, P: InputPin> PinFuture<'d, P> { + impl PinFuture<'_, P> { fn pin_mask(&self) -> u32 { let bank = self.pin.gpio_bank(private::Internal); 1 << (self.pin.number() - bank.offset())