Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
4dce1136
Commit
4dce1136
authored
Jun 14, 2018
by
Dmitry Kashitsyn
Browse files
Removes unneeded `global_allocator` attribute
parent
305d5097
Changes
1
Hide whitespace changes
Inline
Side-by-side
parachain/test-chains/basic_add/src/lib.rs
View file @
4dce1136
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment