Skip to content

Commit 1c4a2fd

Browse files
committed
std: Make mem's doc slightly more accurate
1 parent 073b655 commit 1c4a2fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/libstd/mem.rs

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

11-
//! Functions relating to memory layout
11+
//! Basic functions for dealing with memory
12+
//!
13+
//! This module contains functions for querying the size and alignment of
14+
//! types, initializing and manipulating memory.
1215
1316
#[allow(missing_doc)]; // FIXME
1417

0 commit comments

Comments
 (0)