1
Fork 0

std: Move raw to std::raw

Issue #1457
This commit is contained in:
Brian Anderson 2014-02-16 00:04:33 -08:00
parent 4d10bdc5b9
commit 3e57808a01
19 changed files with 22 additions and 19 deletions

View file

@ -198,6 +198,8 @@ pub mod reflect;
pub mod unstable;
#[experimental]
pub mod intrinsics;
#[experimental]
pub mod raw;
/* For internal use, not exported */