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

Removes unneeded `global_allocator` attribute

parent 39440341
No related merge requests found
......@@ -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;
......
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