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/liballoc/lib.rs | |
| 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/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 bb78c14b905..f7dd9d4f010 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -102,7 +102,6 @@ #![feature(lang_items)] #![feature(libc)] #![feature(needs_allocator)] -#![feature(nonzero)] #![feature(optin_builtin_traits)] #![feature(pattern)] #![feature(pin)] |
