We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5f9fe commit 2aa4253Copy full SHA for 2aa4253
src/libcore/cell.rs
@@ -8,7 +8,7 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-//! Types dealing with dynamic mutability
+//! Types that provide interior mutability.
12
13
use clone::Clone;
14
use cmp::Eq;
src/libcore/ptr.rs
@@ -8,6 +8,8 @@
+// FIXME: talk about offset, copy_memory, copy_nonoverlapping_memory
+
//! Conveniences for working with unsafe pointers, the `*T`, and `*mut T` types.
//!
15
//! Working with unsafe pointers in Rust is fairly uncommon,
0 commit comments