We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c46b5 commit f45c6b8Copy full SHA for f45c6b8
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