include AsciiExt in tests
This commit is contained in:
parent
39c3a37018
commit
8654738260
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use char::from_u32;
|
||||
use core::char::from_u32;
|
||||
use std::ascii::AsciiExt;
|
||||
|
||||
#[test]
|
||||
fn test_is_ascii() {
|
||||
|
|
Loading…
Add table
Reference in a new issue