Skip to content

Commit

Permalink
Revert "Add "every" as a doc alias for "all"."
Browse files Browse the repository at this point in the history
This reverts commit 3545036.
  • Loading branch information
cuviper committed Jul 7, 2021
1 parent c5e344f commit ace3989
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/core/src/iter/traits/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,6 @@ pub trait Iterator {
/// // we can still use `iter`, as there are more elements.
/// assert_eq!(iter.next(), Some(&3));
/// ```
#[doc(alias = "every")]
#[inline]
#[stable(feature = "rust1", since = "1.0.0")]
fn all<F>(&mut self, f: F) -> bool
Expand Down

0 comments on commit ace3989

Please sign in to comment.