Skip to content

Commit a1005a6

Browse files
committed
no_std_test: Allow internal_features
Shoosh clippy, allow `internal_features`.
1 parent b1b0bc8 commit a1005a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

no_std_test/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
//! * Requires linking with `libc` for calling `printf`.
2828
//!
2929
30+
#![allow(internal_features)] // for lang_items
3031
#![feature(lang_items)]
3132
#![feature(start)]
3233
#![feature(core_intrinsics)]

0 commit comments

Comments
 (0)