]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #32438 - kamalmarhubi:intoiterator-example, r=steveklabnik
authorbors <bors@rust-lang.org>
Tue, 29 Mar 2016 06:06:09 +0000 (23:06 -0700)
committerbors <bors@rust-lang.org>
Tue, 29 Mar 2016 06:06:09 +0000 (23:06 -0700)
style: Use `iter` for IntoIterator parameter names

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`.

1  2 
src/libcore/iter.rs

Simple merge