about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-05-31 18:23:42 +0200
committerSimon Sapin <simon.sapin@exyr.org>2018-06-11 13:47:28 -0700
commite9fd063edb4f6783fbd91a82a0f61626dacf8dad (patch)
treeaa482195798794cd021da59d3b556b366262e632 /src/libstd
parent0081d8826b00f4eaf217d4d68d54e715bd98dcb9 (diff)
downloadrust-e9fd063edb4f6783fbd91a82a0f61626dacf8dad.tar.gz
rust-e9fd063edb4f6783fbd91a82a0f61626dacf8dad.zip
Document memory allocation APIs
Add some docs where they were missing,
attempt to fix them where they were out of date.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/alloc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/alloc.rs b/src/libstd/alloc.rs
index 9904634f1fa..9126155a7c9 100644
--- a/src/libstd/alloc.rs
+++ b/src/libstd/alloc.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-//! dox
+//! Memory allocation APIs
 
 #![unstable(issue = "32838", feature = "allocator_api")]