about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkud1ing <github@kudling.de>2013-05-03 09:20:01 +0300
committerkud1ing <github@kudling.de>2013-05-03 09:20:01 +0300
commitf45c6b878ff11ca7d1927f330ee6f2c878893b29 (patch)
tree6c481e782b78a5cd71aad10f2ce75e1cde3dc705
parent87c46b548a5c9d3183a7d76db8c2e0660f917130 (diff)
downloadrust-f45c6b878ff11ca7d1927f330ee6f2c878893b29.tar.gz
rust-f45c6b878ff11ca7d1927f330ee6f2c878893b29.zip
Add a brief description to show up in http://static.rust-lang.org/doc/core/index.html
-rw-r--r--src/libcore/str/ascii.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/str/ascii.rs b/src/libcore/str/ascii.rs
index 9180c995ca2..73f556518fa 100644
--- a/src/libcore/str/ascii.rs
+++ b/src/libcore/str/ascii.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+//! Operations on ASCII strings and characters.
+
 use to_str::{ToStr,ToStrConsume};
 use str;
 use cast;