Have removed ANOTHER redondant ErrorType trait impl

This commit is contained in:
amugniere@gmail.com 2022-07-10 22:01:48 +02:00
parent 1eca026ebd
commit 323b0d1a5c

View file

@ -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> { impl<'d, T: Pin> OutputPin for Flex<'d, T> {
#[inline] #[inline]
fn set_high(&mut self) -> Result<(), Self::Error> { fn set_high(&mut self) -> Result<(), Self::Error> {