Remove unused feature gates
This commit is contained in:
parent
9de82d7611
commit
312f964478
22 changed files with 0 additions and 46 deletions
|
@ -14,10 +14,7 @@ Core encoding and decoding interfaces.
|
|||
#![feature(nll)]
|
||||
#![feature(associated_type_bounds)]
|
||||
#![feature(min_specialization)]
|
||||
#![feature(vec_spare_capacity)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(maybe_uninit_array_assume_init)]
|
||||
#![feature(maybe_uninit_uninit_array)]
|
||||
#![feature(maybe_uninit_slice)]
|
||||
#![feature(new_uninit)]
|
||||
#![cfg_attr(test, feature(test))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue