Rollup merge of #84706 - joshtriplett:reduce-aliases, r=m-ou-se
Drop alias `reduce` for `fold` - we have a `reduce` function Searching for "reduce" currently puts the `reduce` alias for `fold` above the actual `reduce` function. The `reduce` function already has a cross-reference for `fold`, and vice versa.
This commit is contained in:
commit
32c5f39faf
1 changed files with 0 additions and 1 deletions
|
@ -2133,7 +2133,6 @@ pub trait Iterator {
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// [`reduce()`]: Iterator::reduce
|
/// [`reduce()`]: Iterator::reduce
|
||||||
#[doc(alias = "reduce")]
|
|
||||||
#[doc(alias = "inject")]
|
#[doc(alias = "inject")]
|
||||||
#[inline]
|
#[inline]
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue