]> git.proxmox.com Git - rustc.git/blobdiff - src/libcore/mem.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / libcore / mem.rs
index c36ad592ad3b54500858bc8149a1a6e031cda2b3..2c648d1516bffc30d01aa7e382413544427ff61c 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-//! Basic functions for dealing with memory
+//! Basic functions for dealing with memory.
 //!
 //! This module contains functions for querying the size and alignment of
 //! types, initializing and manipulating memory.