Stabilize std::ptr::NonNull
This commit is contained in:
parent
2d51e74580
commit
55c50cd8ac
8 changed files with 20 additions and 30 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue