Import IntoError trait
This commit is contained in:
parent
3845f28dad
commit
972d313ed5
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ macro_rules! generate_error_imports {
|
|||
use std::error::Error;
|
||||
use std::fmt::Error as FmtError;
|
||||
use std::fmt::{Display, Formatter};
|
||||
|
||||
use $crate::into::IntoError;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue