about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-05-17 03:07:52 +0800
committerkennytm <kennytm@gmail.com>2018-05-17 05:18:21 +0800
commit02aedec72264b76dce679570ea64a799a82ad3ce (patch)
tree44ed0959b49bab0611c74b7e0dba49091857fe1b /src/librustc_data_structures
parent63ea42fd3c82c629a0e5a8b981bdaeb30cdc0253 (diff)
parent89d9ca9b50e01cbc5dc78a26f15cc8c435bbc5a4 (diff)
downloadrust-02aedec72264b76dce679570ea64a799a82ad3ce.tar.gz
rust-02aedec72264b76dce679570ea64a799a82ad3ce.zip
Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton
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 5bac1bd9a7b..9a6705fe9ca 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)]