core: Clean up crate docs and give all mods a brief description

This commit is contained in:
Brian Anderson
2012-09-19 16:52:32 -07:00
parent 5e41739562
commit c115b82238
23 changed files with 156 additions and 76 deletions

View File

@@ -1,4 +1,4 @@
// NB: Don't rely on other core mods here as this has to move into the rt
#[doc(hidden)]; // FIXME #3538
use cast::reinterpret_cast;
use ptr::offset;