std: Make mem's doc slightly more accurate

This commit is contained in:
Brian Anderson 2014-02-09 00:23:04 -08:00
parent 073b655187
commit 1c4a2fd61c

View File

@ -8,7 +8,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! Functions relating to memory layout
//! Basic functions for dealing with memory
//!
//! This module contains functions for querying the size and alignment of
//! types, initializing and manipulating memory.
#[allow(missing_doc)]; // FIXME