Skip to content

Commit b9ec323

Browse files
committed
Make clippy happy
1 parent 6dd6db5 commit b9ec323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/item_iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub struct ItemIter<'t, D: Distance> {
77
pub(crate) inner: heed::RoPrefix<'t, KeyCodec, NodeCodec<D>>,
88
}
99

10-
impl<'t, D: Distance> Iterator for ItemIter<'t, D> {
10+
impl<D: Distance> Iterator for ItemIter<'_, D> {
1111
// TODO think about exposing the UnalignedF32Slice type
1212
type Item = Result<(ItemId, Vec<f32>)>;
1313

0 commit comments

Comments
 (0)