From 323b0d1a5c430bfcec3288e229179a5b7c86038a Mon Sep 17 00:00:00 2001 From: "amugniere@gmail.com" Date: Sun, 10 Jul 2022 22:01:48 +0200 Subject: [PATCH] Have removed ANOTHER 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 4926e1d8..806b5eb6 100644 --- a/embassy-stm32/src/gpio.rs +++ b/embassy-stm32/src/gpio.rs @@ -880,10 +880,6 @@ mod eh1 { } } - impl<'d, T: Pin> ErrorType for Flex<'d, T> { - type Error = Infallible; - } - impl<'d, T: Pin> OutputPin for Flex<'d, T> { #[inline] fn set_high(&mut self) -> Result<(), Self::Error> {