Have removed redondant ErrorType trait impl
This commit is contained in:
parent
e4a36e1d98
commit
1eca026ebd
@ -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> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user