assembler: we failing DSA with this one
This commit is contained in:
@@ -2,6 +2,6 @@ use crate::error::AssembleError;
|
||||
|
||||
impl From<std::io::Error> for AssembleError {
|
||||
fn from(err: std::io::Error) -> Self {
|
||||
|
||||
Self::new_other_error(err.into())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user