diff --git a/src/lib.rs b/src/lib.rs index 782a4d09b..2075bf828 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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(self) -> Result where Self: Sized + Iterator>,