Skip to content

Commit aac4268

Browse files
hellow554phimuemue
authored andcommitted
fix rustdoc warnings
1 parent 5b3b648 commit aac4268

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
@@ -2694,7 +2694,6 @@ pub trait Itertools : Iterator {
26942694
/// itertools::assert_equal(oldest_people_first,
26952695
/// vec!["Jill", "Jack", "Jane", "John"]);
26962696
/// ```
2697-
/// ```
26982697
#[cfg(feature = "use_alloc")]
26992698
fn sorted_by_cached_key<K, F>(self, f: F) -> VecIntoIter<Self::Item>
27002699
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 Zip<T>: From<U>,
4142
Zip<T>: Iterator,

0 commit comments

Comments
 (0)