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

@ -21,7 +21,6 @@
html_root_url = "https://doc.rust-lang.org/nightly/")]
#![feature(collections_range)]
#![feature(nonzero)]
#![feature(unboxed_closures)]
#![feature(fn_traits)]
#![feature(unsize)]