diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2017-12-22 19:50:21 +0100 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-01-20 11:09:23 +0100 |
| commit | 55c50cd8ac5ed5a799bc9f5aa1fe8fcfbb956706 (patch) | |
| tree | df55f9b19b89d7b1e06a8fc7abdf002ed8d60da6 /src/liballoc/lib.rs | |
| parent | 2d51e7458037187eb789caacf3180c14f3d84614 (diff) | |
| download | rust-55c50cd8ac5ed5a799bc9f5aa1fe8fcfbb956706.tar.gz rust-55c50cd8ac5ed5a799bc9f5aa1fe8fcfbb956706.zip | |
Stabilize std::ptr::NonNull
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 07e4ccc45a9..f25b455f915 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -103,7 +103,6 @@ #![feature(iter_rfold)] #![feature(lang_items)] #![feature(needs_allocator)] -#![feature(nonnull)] #![feature(nonzero)] #![feature(offset_to)] #![feature(optin_builtin_traits)] |
