Remove unused impl

This commit is contained in:
Dirkjan Ochtman 2021-12-07 11:15:44 +01:00 committed by masalachai
parent b7b6d0ae00
commit 2193c10290
1 changed files with 0 additions and 6 deletions

View File

@ -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)
}
}