Skip to content

Commit ace3989

Browse files
committed
Revert "Add "every" as a doc alias for "all"."
This reverts commit 3545036.
1 parent c5e344f commit ace3989

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/iter/traits/iterator.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2254,7 +2254,6 @@ pub trait Iterator {
22542254
/// // we can still use `iter`, as there are more elements.
22552255
/// assert_eq!(iter.next(), Some(&3));
22562256
/// ```
2257-
#[doc(alias = "every")]
22582257
#[inline]
22592258
#[stable(feature = "rust1", since = "1.0.0")]
22602259
fn all<F>(&mut self, f: F) -> bool

0 commit comments

Comments
 (0)