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

Modify Rc/Arc language around mutability #45052

Merged
merged 1 commit into from
Oct 8, 2017
Merged

Commits on Oct 5, 2017

  1. Modify Rc/Arc language around mutability

    There are a few exceptions to the rule that Arc/Rc are immutable. Rather
    than dig into the details, add "generally" to hint at this difference,
    as it's kind of a distraction at this point in the docs.
    
    Additionally, Arc's docs were slightly different here generally, so add
    in both the existing language and the exception.
    
    Fixes rust-lang#44105
    steveklabnik committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    5e251b7 View commit details
    Browse the repository at this point in the history