Skip to content

Commit f45c6b8

Browse files
author
kud1ing
committed
Add a brief description to show up in http://static.rust-lang.org/doc/core/index.html
1 parent 87c46b5 commit f45c6b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libcore/str/ascii.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
//! Operations on ASCII strings and characters.
12+
1113
use to_str::{ToStr,ToStrConsume};
1214
use str;
1315
use cast;

0 commit comments

Comments
 (0)