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:
commit
02aedec722
14 changed files with 18 additions and 150 deletions
|
|
@ -22,7 +22,6 @@
|
|||
// padding and overall computed sizes can be quite different.
|
||||
|
||||
#![feature(start)]
|
||||
#![feature(nonzero)]
|
||||
#![allow(dead_code)]
|
||||
|
||||
use std::num::NonZeroU32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue