]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #57133 - SimonSapin:zero, r=oli-obk
authorbors <bors@rust-lang.org>
Thu, 27 Dec 2018 12:01:08 +0000 (12:01 +0000)
committerbors <bors@rust-lang.org>
Thu, 27 Dec 2018 12:01:08 +0000 (12:01 +0000)
Remove the private generic NonZero<T> wrapper type

Instead, use `#[rustc_layout_scalar_valid_range_start(1)]` directly on relevant libcore types.


Trivial merge