Have removed redondant ErrorType trait impl
This commit is contained in:
parent
e4a36e1d98
commit
1eca026ebd
1 changed files with 0 additions and 4 deletions
|
@ -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> {
|
impl<'d, T: Pin> InputPin for Flex<'d, T> {
|
||||||
#[inline]
|
#[inline]
|
||||||
fn is_high(&self) -> Result<bool, Self::Error> {
|
fn is_high(&self) -> Result<bool, Self::Error> {
|
||||||
|
|
Loading…
Reference in a new issue