Skip to content

Commit 67b0d8e

Browse files
Pzixelphimuemue
authored andcommitted
Review fix
1 parent cb9ab62 commit 67b0d8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2376,7 +2376,6 @@ pub trait Itertools: Iterator {
23762376
///
23772377
/// # let _ = do_stuff;
23782378
/// ```
2379-
#[must_use = "if you really need to exhaust the iterator, consider `.for_each(drop)` instead"]
23802379
fn try_collect<T, U, E>(self) -> Result<U, E>
23812380
where
23822381
Self: Sized + Iterator<Item = Result<T, E>>,

0 commit comments

Comments
 (0)