]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #45052 - steveklabnik:gh44105, r=dtolnay
authorkennytm <kennytm@gmail.com>
Sun, 8 Oct 2017 05:38:59 +0000 (13:38 +0800)
committerGitHub <noreply@github.com>
Sun, 8 Oct 2017 05:38:59 +0000 (13:38 +0800)
commitc238df1ec346438869a1b6313cc3e34ee3814c4b
tree35a5fff6e8ad5958a9487a377c0de5c8f9783834
parent4090e81319380ee5963ed8a2d01759d3c4ff8644
parent5e251b74eb200ba6d3b8ddaa68ef682c78be26e2
Rollup merge of #45052 - steveklabnik:gh44105, r=dtolnay

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 #44105