Stabilize std::ptr::NonNull

This commit is contained in:
Simon Sapin 2017-12-22 19:50:21 +01:00
parent 2d51e74580
commit 55c50cd8ac
8 changed files with 20 additions and 30 deletions

View file

@ -10,8 +10,6 @@
// Don't fail if we encounter a NonZero<*T> where T is an unsized type
#![feature(nonnull)]
use std::ptr::NonNull;
fn main() {