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

@ -9,8 +9,10 @@
// except according to those terms.
extern crate core;
use core::nonzero::NonZero;
use std::mem::size_of;
use std::ptr::NonZero;
use std::rc::Rc;
use std::sync::Arc;