commit | e9fd063edb4f6783fbd91a82a0f61626dacf8dad | [log] [tgz] |
---|---|---|
author | Simon Sapin <[email protected]> | Thu May 31 16:23:42 2018 |
committer | Simon Sapin <[email protected]> | Mon Jun 11 20:47:28 2018 |
tree | aa482195798794cd021da59d3b556b366262e632 | |
parent | 0081d8826b00f4eaf217d4d68d54e715bd98dcb9 [diff] [blame] |
Document memory allocation APIs Add some docs where they were missing, attempt to fix them where they were out of date.
diff --git a/src/libstd/alloc.rs b/src/libstd/alloc.rs index 9904634..9126155 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")]