1
Fork 0

std: restructure rand os code into sys modules

This commit is contained in:
Sean McArthur 2016-02-17 13:56:16 -08:00
parent b54770c245
commit 34dfc3991d
5 changed files with 167 additions and 168 deletions

View file

@ -42,6 +42,7 @@ pub mod os;
pub mod os_str;
pub mod pipe;
pub mod process;
pub mod rand;
pub mod rwlock;
pub mod stack_overflow;
pub mod thread;