We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79aeb52 + f45c6b8 commit 9a31cdbCopy full SHA for 9a31cdb
src/libcore/str/ascii.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+//! Operations on ASCII strings and characters.
12
+
13
use to_str::{ToStr,ToStrConsume};
14
use str;
15
use cast;
0 commit comments