mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
93569acdbe
This commit standardizes the codebase on `iter` for parameters with IntoIterator bounds. Previously about 40% of IntoIterator parameters were named `iterable`, with most of the rest being named `iter`. There was a single place where it was named `iterator`.