Removes unneeded feature attrs

This commit is contained in:
Dmitry Kashitsyn
2018-06-13 22:03:43 +07:00
parent 3347bf8962
commit 39440341fe
@@ -2,8 +2,6 @@
#![cfg_attr(feature = "strict", deny(warnings))]
#![no_std]
#![crate_type = "rlib"]
#![cfg_attr(feature = "nightly", feature(alloc))]
#![cfg_attr(feature = "nightly", feature(allocator_api))]
//! Custom allocator crate for wasm