mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 21:37:40 +00:00
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.