Remove unused impl
This commit is contained in:
parent
b7b6d0ae00
commit
2193c10290
|
@ -43,9 +43,3 @@ impl From<std::io::ErrorKind> for Error {
|
||||||
Self::EppConnectionError(std::io::Error::from(e))
|
Self::EppConnectionError(std::io::Error::from(e))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl From<String> for Error {
|
|
||||||
fn from(e: String) -> Self {
|
|
||||||
Self::Other(e)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue