about summary refs log tree commit diff
path: root/src/libstd/io/test.rs
diff options
context:
space:
mode:
authorzslayton <zack.slayton@gmail.com>2014-02-23 15:48:26 -0500
committerzslayton <zack.slayton@gmail.com>2014-02-23 15:48:26 -0500
commit90f2d1d947b5882986e3c2c9e3cda2e959adea0d (patch)
treecc71bda199ab4eb5249c7aceaaa77628fc25ca57 /src/libstd/io/test.rs
parent7cc6b5e0a3a2038d66301906f76cdb778304a3bd (diff)
downloadrust-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.rs2
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;