Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pzixel authored and phimuemue committed Jan 31, 2025
1 parent cb9ab62 commit 67b0d8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2376,7 +2376,6 @@ pub trait Itertools: Iterator {
///
/// # let _ = do_stuff;
/// ```
#[must_use = "if you really need to exhaust the iterator, consider `.for_each(drop)` instead"]
fn try_collect<T, U, E>(self) -> Result<U, E>
where
Self: Sized + Iterator<Item = Result<T, E>>,
Expand Down

0 comments on commit 67b0d8e

Please sign in to comment.