Rename core::private to core::unstable. #4743

This commit is contained in:
Brian Anderson
2013-02-27 19:53:31 -08:00
parent cab8ec242b
commit bcf626812b
28 changed files with 59 additions and 56 deletions

View File

@@ -69,7 +69,7 @@ pub use option;
pub use os;
pub use path;
pub use comm;
pub use private;
pub use unstable;
pub use ptr;
pub use rand;
pub use result;