Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align APIs with new _mut conventions #17268

Merged
merged 2 commits into from
Sep 17, 2014
Merged

Commits on Sep 16, 2014

  1. Align with _mut conventions

    As per [RFC
    52](https:/rust-lang/rfcs/blob/master/active/0052-ownership-variants.md),
    use `_mut` suffixes to mark mutable variants, and `into_iter` for moving
    iterators.
    
    [breaking-change]
    aturon committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    d8dfe19 View commit details
    Browse the repository at this point in the history
  2. Fallout from renaming

    aturon committed Sep 16, 2014
    5 Configuration menu
    Copy the full SHA
    fc525ee View commit details
    Browse the repository at this point in the history