We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066464d commit 3f89b63Copy full SHA for 3f89b63
git-features/src/parallel/in_order.rs
@@ -4,9 +4,6 @@ use std::{cmp::Ordering, collections::BTreeMap};
4
pub type SequenceId = usize;
5
6
/// 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()].
10
pub struct InOrderIter<T, I> {
11
/// The iterator yielding the out-of-order elements we are to yield in order.
12
pub inner: I,
0 commit comments