Don't expose NonZero through libstd.

This commit is contained in:
Luqman Aden
2014-12-11 22:29:24 -05:00
parent e83272b628
commit b44d7cb89c
7 changed files with 109 additions and 92 deletions

View File

@@ -93,6 +93,7 @@ pub mod prelude;
pub mod intrinsics;
pub mod mem;
pub mod nonzero;
pub mod ptr;
/* Core language traits */