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/librustc_data_structures | |
| parent | 2d51e7458037187eb789caacf3180c14f3d84614 (diff) | |
| download | rust-55c50cd8ac5ed5a799bc9f5aa1fe8fcfbb956706.tar.gz rust-55c50cd8ac5ed5a799bc9f5aa1fe8fcfbb956706.zip | |
Stabilize std::ptr::NonNull
Diffstat (limited to 'src/librustc_data_structures')
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index 1d53825ac37..a35ef2f7ce7 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -22,7 +22,6 @@ #![deny(warnings)] #![feature(collections_range)] -#![feature(nonnull)] #![feature(nonzero)] #![feature(unboxed_closures)] #![feature(fn_traits)] |
