no_std_test: Remove internal_features
Remove the `internal_features` attribute, not sure what it was supposed to be doing but the crate works without it.
This commit is contained in:
parent
cff7a3dae7
commit
3bbf08348e
|
@ -27,7 +27,6 @@
|
|||
//! * Requires linking with `libc` for calling `printf`.
|
||||
//!
|
||||
|
||||
#![feature(lang_items)]
|
||||
#![feature(start)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(panic_info_message)]
|
||||
|
|
Loading…
Reference in New Issue