Use resiter::IterInnerOkOrElse instead of libimagerror version
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
c4e7dd482d
commit
e880fc3358
1 changed files with 1 additions and 1 deletions
|
@ -22,9 +22,9 @@ use std::ops::Deref;
|
|||
use failure::Fallible as Result;
|
||||
use failure::err_msg;
|
||||
use resiter::AndThen;
|
||||
use resiter::IterInnerOkOrElse;
|
||||
|
||||
use libimagrt::runtime::Runtime;
|
||||
use libimagerror::iter::IterInnerOkOrElse;
|
||||
|
||||
/// Verify the store.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue