Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton

Stabilize num::NonZeroU*

Tracking issue: https://github.com/rust-lang/rust/issues/49137
This commit is contained in:
kennytm 2018-05-17 03:07:52 +08:00
commit 02aedec722
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C
14 changed files with 18 additions and 150 deletions

View file

@ -22,7 +22,6 @@
// padding and overall computed sizes can be quite different.
#![feature(start)]
#![feature(nonzero)]
#![allow(dead_code)]
use std::num::NonZeroU32;