Skip to content

Commit 8654738

Browse files
committed
include AsciiExt in tests
1 parent 39c3a37 commit 8654738

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libcore/tests/ascii.rs

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

11-
use char::from_u32;
11+
use core::char::from_u32;
12+
use std::ascii::AsciiExt;
1213

1314
#[test]
1415
fn test_is_ascii() {

0 commit comments

Comments
 (0)