Skip to content

Commit 9a31cdb

Browse files
committed
auto merge of #6213 : kud1ing/rust/patch-1, r=graydon
...re/index.html
2 parents 79aeb52 + f45c6b8 commit 9a31cdb

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)