We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c3a37 commit 8654738Copy full SHA for 8654738
src/libcore/tests/ascii.rs
@@ -8,7 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-use char::from_u32;
+use core::char::from_u32;
12
+use std::ascii::AsciiExt;
13
14
#[test]
15
fn test_is_ascii() {
0 commit comments