Skip to content

Commit

Permalink
fix rustdoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hellow554 authored and phimuemue committed Jun 7, 2022
1 parent 5b3b648 commit aac4268
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -2694,7 +2694,6 @@ pub trait Itertools : Iterator {
/// itertools::assert_equal(oldest_people_first,
/// vec!["Jill", "Jack", "Jane", "John"]);
/// ```
/// ```
#[cfg(feature = "use_alloc")]
fn sorted_by_cached_key<K, F>(self, f: F) -> VecIntoIter<Self::Item>
where
Expand Down
1 change: 1 addition & 0 deletions src/ziptuple.rs
Expand Up @@ -36,6 +36,7 @@ pub struct Zip<T> {
///
/// assert_eq!(results, [0 + 3, 10 + 7, 29, 36]);
/// ```
/// [`izip!()`]: crate::izip
pub fn multizip<T, U>(t: U) -> Zip<T>
where Zip<T>: From<U>,
Zip<T>: Iterator,
Expand Down

0 comments on commit aac4268

Please sign in to comment.