mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +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.
|
||||
/// 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
|
||||
|
Loading…
Reference in New Issue
Block a user