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

Removes unneeded feature and crate import

parent e6c7149f
Branches
No related merge requests found
......@@ -2,7 +2,6 @@
#![cfg_attr(feature = "strict", deny(warnings))]
#![no_std]
#![crate_type = "rlib"]
#![cfg_attr(feature = "nightly", feature(global_allocator))]
#![cfg_attr(feature = "nightly", feature(alloc))]
#![cfg_attr(feature = "nightly", feature(allocator_api))]
......@@ -17,7 +16,6 @@ static ALLOCATOR: WasmAllocator = WasmAllocator;
#[cfg(feature = "nightly")]
mod __impl {
extern crate alloc;
extern crate pwasm_libc;
use core::alloc::{GlobalAlloc, Layout};
......
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