Skip to content

Commit 505b739

Browse files
committed
fix rustdoc warnings
1 parent 84e9ed3 commit 505b739

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2750,7 +2750,6 @@ pub trait Itertools: Iterator {
27502750
/// itertools::assert_equal(oldest_people_first,
27512751
/// vec!["Jill", "Jack", "Jane", "John"]);
27522752
/// ```
2753-
/// ```
27542753
#[cfg(feature = "use_alloc")]
27552754
fn sorted_by_cached_key<K, F>(self, f: F) -> VecIntoIter<Self::Item>
27562755
where

src/ziptuple.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pub struct Zip<T> {
3636
///
3737
/// assert_eq!(results, [0 + 3, 10 + 7, 29, 36]);
3838
/// ```
39+
/// [`izip!()`]: crate::izip
3940
pub fn multizip<T, U>(t: U) -> Zip<T>
4041
where
4142
Zip<T>: From<U>,

0 commit comments

Comments
 (0)