mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-18 03:25:55 +00:00
Revert "Add "every" as a doc alias for "all"."
This reverts commit 35450365ac
.
This commit is contained in:
parent
c5e344f774
commit
ace3989d55
@ -2254,7 +2254,6 @@ pub trait Iterator {
|
|||||||
/// // we can still use `iter`, as there are more elements.
|
/// // we can still use `iter`, as there are more elements.
|
||||||
/// assert_eq!(iter.next(), Some(&3));
|
/// assert_eq!(iter.next(), Some(&3));
|
||||||
/// ```
|
/// ```
|
||||||
#[doc(alias = "every")]
|
|
||||||
#[inline]
|
#[inline]
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
fn all<F>(&mut self, f: F) -> bool
|
fn all<F>(&mut self, f: F) -> bool
|
||||||
|
Loading…
Reference in New Issue
Block a user