Skip to content

Commit 2319e23

Browse files
stepanchegphimuemue
authored andcommitted
Tweak doc of ExactlyOneError
1 parent f6bd955 commit 2319e23

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/exactly_one_err.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ use either::Either;
88

99
use crate::size_hint;
1010

11-
/// Iterator returned for the error case of `Itertools::exactly_one()`
11+
/// Iterator returned for the error case of `Itertools`
12+
/// [`exactly_one()`](crate::Itertools::exactly_one) and
13+
/// [`at_most_one()`](crate::Itertools::at_most_one).
1214
/// This iterator yields exactly the same elements as the input iterator.
1315
///
1416
/// During the execution of `exactly_one` the iterator must be mutated. This wrapper

0 commit comments

Comments
 (0)