Don't expose NonZero through libstd.
This commit is contained in:
parent
e83272b628
commit
b44d7cb89c
7 changed files with 109 additions and 92 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue