Skip to content

Commit 2aa4253

Browse files
committed
std: Small doc tweaks
1 parent eb5f9fe commit 2aa4253

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/libcore/cell.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
//! Types dealing with dynamic mutability
11+
//! Types that provide interior mutability.
1212
1313
use clone::Clone;
1414
use cmp::Eq;

src/libcore/ptr.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// FIXME: talk about offset, copy_memory, copy_nonoverlapping_memory
12+
1113
//! Conveniences for working with unsafe pointers, the `*T`, and `*mut T` types.
1214
//!
1315
//! Working with unsafe pointers in Rust is fairly uncommon,

0 commit comments

Comments
 (0)