diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-05-16 18:07:35 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-05-16 19:11:31 +0200 |
| commit | 89d9ca9b50e01cbc5dc78a26f15cc8c435bbc5a4 (patch) | |
| tree | c40036f7d742280743edf2e413aaf91a6d1cb808 /src/librustc_data_structures | |
| parent | c536639c1e1ce7e2b4816a40f2e954c581431456 (diff) | |
| download | rust-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.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 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)] |
