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:
Tobin C. Harding 2023-08-08 12:23:01 +10:00
parent cff7a3dae7
commit 3bbf08348e
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
//! * Requires linking with `libc` for calling `printf`.
//!
#![feature(lang_items)]
#![feature(start)]
#![feature(core_intrinsics)]
#![feature(panic_info_message)]