We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0f6ed8 + 536c244 commit eb6a70cCopy full SHA for eb6a70c
src/libcore/cell.rs
@@ -38,7 +38,7 @@
38
//!
39
//! * Introducing inherited mutability roots to shared types.
40
//! * Implementation details of logically-immutable methods.
41
-//! * Mutating implementations of `clone`.
+//! * Mutating implementations of `Clone`.
42
43
//! ## Introducing inherited mutability roots to shared types
44
@@ -109,7 +109,7 @@
109
//! }
110
//! ```
111
112
-//! ## Mutating implementations of `clone`
+//! ## Mutating implementations of `Clone`
113
114
//! This is simply a special - but common - case of the previous: hiding mutability for operations
115
//! that appear to be immutable. The `clone` method is expected to not change the source value, and
0 commit comments