Add std::char module
This commit is contained in:
parent
fcc32797de
commit
6f8f00d1af
2 changed files with 1 additions and 0 deletions
0
src/lib/char.rs
Normal file
0
src/lib/char.rs
Normal file
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
// Built-in types support modules.
|
||||
|
||||
mod char;
|
||||
mod int;
|
||||
mod uint;
|
||||
mod u8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue