diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-11-17 20:15:15 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-02-07 13:59:31 +0100 |
| commit | 9d6bdccd9e835c46de1f703a31cb00ccfeab9e84 (patch) | |
| tree | 503dfff4db532e9c26365492c5843982ef76fece | |
| parent | b7599990d492e2650f343ab61e1ce5d390996284 (diff) | |
| download | rust-9d6bdccd9e835c46de1f703a31cb00ccfeab9e84.tar.gz rust-9d6bdccd9e835c46de1f703a31cb00ccfeab9e84.zip | |
Remove unused feature gate from libserialize
| -rw-r--r-- | src/libserialize/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libserialize/lib.rs b/src/libserialize/lib.rs index 280fb078f7d..b990e71bef0 100644 --- a/src/libserialize/lib.rs +++ b/src/libserialize/lib.rs @@ -10,7 +10,6 @@ Core encoding and decoding interfaces. test(attr(allow(unused_variables), deny(warnings))) )] #![feature(box_syntax)] -#![feature(core_intrinsics)] #![feature(specialization)] #![feature(never_type)] #![feature(nll)] |
