Fix on latest nightly

This commit is contained in:
Jef
2019-03-27 10:06:54 +01:00
parent 1ff22de331
commit 11b26430b6
6 changed files with 112 additions and 169 deletions

View File

@@ -20,12 +20,6 @@ impl From<BinaryReaderError> for Error {
}
}
impl From<!> for Error {
fn from(other: !) -> Self {
other
}
}
impl From<capstone::Error> for Error {
fn from(e: capstone::Error) -> Self {
Error::Disassembler(e.to_string())