Skip to content

Commit

Permalink
Rollup merge of rust-lang#26020 - frewsxcv:patch-24, r=steveklabnik
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jun 5, 2015
2 parents e0f6ed8 + 536c244 commit eb6a70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/cell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
//!
//! * Introducing inherited mutability roots to shared types.
//! * Implementation details of logically-immutable methods.
//! * Mutating implementations of `clone`.
//! * Mutating implementations of `Clone`.
//!
//! ## Introducing inherited mutability roots to shared types
//!
Expand Down Expand Up @@ -109,7 +109,7 @@
//! }
//! ```
//!
//! ## Mutating implementations of `clone`
//! ## Mutating implementations of `Clone`
//!
//! This is simply a special - but common - case of the previous: hiding mutability for operations
//! that appear to be immutable. The `clone` method is expected to not change the source value, and
Expand Down

0 comments on commit eb6a70c

Please sign in to comment.