mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
32c5f39faf
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.