libimagentrylist: Replace error module imports with macro helper
This commit is contained in:
parent
91f26220c6
commit
fb79aedbd2
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
use std::error::Error;
|
generate_error_imports!();
|
||||||
use std::fmt::Error as FmtError;
|
|
||||||
use std::fmt::{Display, Formatter};
|
|
||||||
|
|
||||||
generate_error_types!(ListError, ListErrorKind,
|
generate_error_types!(ListError, ListErrorKind,
|
||||||
FormatError => "FormatError",
|
FormatError => "FormatError",
|
||||||
|
|
Loading…
Reference in a new issue