diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-09-19 16:52:32 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-19 16:52:59 -0700 |
| commit | c115b822384501e2814da70fdcb9e22f035a994b (patch) | |
| tree | b5fc9a880072250dbb88cf5d9af45ba5285f9e75 /src/libcore/io.rs | |
| parent | 5e417395620f6d6ce45761d9ea72376c792ef60a (diff) | |
| download | rust-c115b822384501e2814da70fdcb9e22f035a994b.tar.gz rust-c115b822384501e2814da70fdcb9e22f035a994b.zip | |
core: Clean up crate docs and give all mods a brief description
Diffstat (limited to 'src/libcore/io.rs')
| -rw-r--r-- | src/libcore/io.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/io.rs b/src/libcore/io.rs index 2de7da0480e..96ef5c5f001 100644 --- a/src/libcore/io.rs +++ b/src/libcore/io.rs @@ -1,7 +1,7 @@ -/* -Module: io +/*! Basic input/output + */ use result::Result; |
