fix duplicated feature gate

This commit is contained in:
DPC 2020-08-14 01:05:43 +02:00
parent 76b99d5f1d
commit db34e352a7

View file

@ -132,7 +132,6 @@
#![feature(alloc_layout_extra)]
#![feature(try_trait)]
#![feature(associated_type_bounds)]
#![feature(raw_ref_op)]
// Allow testing this library
#[cfg(test)]