mirror of
https://github.com/instant-labs/instant-epp.git
synced 2025-01-20 16:49:05 +00:00
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))
|
||||
}
|
||||
}
|
||||
|
||||
impl From<String> for Error {
|
||||
fn from(e: String) -> Self {
|
||||
Self::Other(e)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user