Adapt to new libimagstore::iter::Entries API
Use Entries::into_storeid_iter() for transforming iterator into right type. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
f64b87b4a8
commit
83415e78b9
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ impl<'a> StoreIdIteratorWithStore<'a> {
|
||||||
StoreIdIteratorWithStore(StoreIdIterator::new(iter), store)
|
StoreIdIteratorWithStore(StoreIdIterator::new(iter), store)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn without_store(self) -> StoreIdIterator {
|
pub fn into_storeid_iter(self) -> StoreIdIterator {
|
||||||
self.0
|
self.0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue