From: bors Date: Tue, 16 Sep 2014 23:26:11 +0000 (+0000) Subject: auto merge of #17268 : aturon/rust/mut-conventions, r=alexcrichton X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=0e784e16840e8a0c623cc6166de26da9334db3d6;p=rust.git auto merge of #17268 : aturon/rust/mut-conventions, r=alexcrichton As per [RFC 52](https://github.com/rust-lang/rfcs/blob/master/active/0052-ownership-variants.md), use `_mut` suffixes to mark mutable variants, and `into_iter` for moving iterators. Additional details and motivation in the RFC. Note that the iterator *type* names are not changed by this RFC; those are awaiting a separate RFC for standardization. Closes #13660 Closes #16810 [breaking-change] --- 0e784e16840e8a0c623cc6166de26da9334db3d6