Skip to content

Commit 3bbf083

Browse files
committed
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.
1 parent cff7a3d commit 3bbf083

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

no_std_test/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
//! * Requires linking with `libc` for calling `printf`.
2828
//!
2929
30-
#![feature(lang_items)]
3130
#![feature(start)]
3231
#![feature(core_intrinsics)]
3332
#![feature(panic_info_message)]

0 commit comments

Comments
 (0)