Declare ascii module in libcore/lib.rs

This commit is contained in:
1011X 2018-03-04 13:44:43 -05:00
parent df283db4c1
commit 16076d4750

View file

@ -165,6 +165,7 @@ pub mod borrow;
pub mod any;
pub mod array;
pub mod ascii;
pub mod sync;
pub mod cell;
pub mod char;