Removes unneeded global_allocator attribute

This commit is contained in:
Dmitry Kashitsyn
2018-06-14 19:14:40 +07:00
parent ddd7217911
commit 0ec9a105dd
@@ -17,7 +17,7 @@
//! Basic parachain that adds a number as part of its state.
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(not(feature = "std"), feature(alloc, core_intrinsics, global_allocator, lang_items, panic_implementation))]
#![cfg_attr(not(feature = "std"), feature(alloc, core_intrinsics, lang_items, panic_implementation))]
#[cfg(not(feature = "std"))]
extern crate alloc;