about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-05-16 18:07:35 +0200
committerSimon Sapin <simon.sapin@exyr.org>2018-05-16 19:11:31 +0200
commit89d9ca9b50e01cbc5dc78a26f15cc8c435bbc5a4 (patch)
treec40036f7d742280743edf2e413aaf91a6d1cb808 /src/librustc_data_structures
parentc536639c1e1ce7e2b4816a40f2e954c581431456 (diff)
downloadrust-89d9ca9b50e01cbc5dc78a26f15cc8c435bbc5a4.tar.gz
rust-89d9ca9b50e01cbc5dc78a26f15cc8c435bbc5a4.zip
Stabilize num::NonZeroU*
Tracking issue: https://github.com/rust-lang/rust/issues/49137
Diffstat (limited to 'src/librustc_data_structures')
-rw-r--r--src/librustc_data_structures/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs
index b2e7450e76c..328ff76c1cd 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -21,7 +21,6 @@
       html_root_url = "https://doc.rust-lang.org/nightly/")]
 
 #![feature(collections_range)]
-#![feature(nonzero)]
 #![feature(unboxed_closures)]
 #![feature(fn_traits)]
 #![feature(unsize)]