From 1eca026ebdbbb85056ad27058a750d726013c5e3 Mon Sep 17 00:00:00 2001 From: "amugniere@gmail.com" Date: Sun, 10 Jul 2022 21:36:04 +0200 Subject: [PATCH] Have removed redondant ErrorType trait impl --- embassy-stm32/src/gpio.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/embassy-stm32/src/gpio.rs b/embassy-stm32/src/gpio.rs index fd0bdb7b..4926e1d8 100644 --- a/embassy-stm32/src/gpio.rs +++ b/embassy-stm32/src/gpio.rs @@ -868,10 +868,6 @@ mod eh1 { } } - impl<'d, T: Pin> ErrorType for Flex<'d, T> { - type Error = Infallible; - } - impl<'d, T: Pin> InputPin for Flex<'d, T> { #[inline] fn is_high(&self) -> Result {