Skip to content

Commit 3f89b63

Browse files
committed
fix docs (#293)
1 parent 066464d commit 3f89b63

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

git-features/src/parallel/in_order.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ use std::{cmp::Ordering, collections::BTreeMap};
44
pub type SequenceId = usize;
55

66
/// An iterator which olds iterated items with a **sequential** ID starting at 0 long enough to dispense them in order.
7-
///
8-
/// Note that this iterator is made specifically to support the signature of the iterator returned
9-
/// by [from_counts_iter(…)][super::entry::iter_from_counts()].
107
pub struct InOrderIter<T, I> {
118
/// The iterator yielding the out-of-order elements we are to yield in order.
129
pub inner: I,

0 commit comments

Comments
 (0)