Skip to content

Commit 16076d4

Browse files
committed
Declare ascii module in libcore/lib.rs
1 parent df283db commit 16076d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ pub mod borrow;
165165

166166
pub mod any;
167167
pub mod array;
168+
pub mod ascii;
168169
pub mod sync;
169170
pub mod cell;
170171
pub mod char;

0 commit comments

Comments
 (0)