Skip to content
Snippets Groups Projects
Commit 39440341 authored by Dmitry Kashitsyn's avatar Dmitry Kashitsyn
Browse files

Removes unneeded feature attrs

parent 3347bf89
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment