tamer: iter::collect::TryCollect::try_collect_ok: Doc fix
This was copied from another docblock and I messed it up.main
parent
5233822322
commit
c9be1d613d
|
@ -95,7 +95,7 @@ pub trait TryCollect: Iterator + Sized {
|
|||
}
|
||||
|
||||
/// Attempts to transform a [`Result<T, E>`](Result) iterator into a
|
||||
/// collection of `T`,
|
||||
/// collection of [`TryFromIterator<T>`](TryFromIterator),
|
||||
/// which may fail in a controlled manner on either the source
|
||||
/// iterator or the transformation.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue