We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e344f commit ace3989Copy full SHA for ace3989
library/core/src/iter/traits/iterator.rs
@@ -2254,7 +2254,6 @@ pub trait Iterator {
2254
/// // we can still use `iter`, as there are more elements.
2255
/// assert_eq!(iter.next(), Some(&3));
2256
/// ```
2257
- #[doc(alias = "every")]
2258
#[inline]
2259
#[stable(feature = "rust1", since = "1.0.0")]
2260
fn all<F>(&mut self, f: F) -> bool
0 commit comments