From 3bbf08348e9b11427ac8f1d13f1a975b3feee7ff Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Tue, 8 Aug 2023 12:23:01 +1000 Subject: [PATCH] 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. --- no_std_test/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/no_std_test/src/main.rs b/no_std_test/src/main.rs index d98276c..2e2a3bd 100644 --- a/no_std_test/src/main.rs +++ b/no_std_test/src/main.rs @@ -27,7 +27,6 @@ //! * Requires linking with `libc` for calling `printf`. //! -#![feature(lang_items)] #![feature(start)] #![feature(core_intrinsics)] #![feature(panic_info_message)]