Have removed redondant ErrorType trait impl

This commit is contained in:
amugniere@gmail.com 2022-07-10 21:36:04 +02:00
parent e4a36e1d98
commit 1eca026ebd

View file

@ -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<bool, Self::Error> {