Have removed ANOTHER redondant ErrorType trait impl
This commit is contained in:
parent
1eca026ebd
commit
323b0d1a5c
1 changed files with 0 additions and 4 deletions
|
@ -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> {
|
||||
|
|
Loading…
Reference in a new issue