diff options
| author | zslayton <zack.slayton@gmail.com> | 2014-02-23 15:48:26 -0500 |
|---|---|---|
| committer | zslayton <zack.slayton@gmail.com> | 2014-02-23 15:48:26 -0500 |
| commit | 90f2d1d947b5882986e3c2c9e3cda2e959adea0d (patch) | |
| tree | cc71bda199ab4eb5249c7aceaaa77628fc25ca57 /src/libstd/io/test.rs | |
| parent | 7cc6b5e0a3a2038d66301906f76cdb778304a3bd (diff) | |
| download | rust-90f2d1d947b5882986e3c2c9e3cda2e959adea0d.tar.gz rust-90f2d1d947b5882986e3c2c9e3cda2e959adea0d.zip | |
Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added summary doc-comments to test.rs, util.rs and stdio.rs.
Diffstat (limited to 'src/libstd/io/test.rs')
| -rw-r--r-- | src/libstd/io/test.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/io/test.rs b/src/libstd/io/test.rs index 04ecb479060..d03e5e75c8e 100644 --- a/src/libstd/io/test.rs +++ b/src/libstd/io/test.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +/*! Various utility functions useful for writing I/O tests */ + #[macro_escape]; use os; |
