Skip to content

Commit c2d7ac4

Browse files
committed
Revert enabling rustc_private for mini_core_hello_world
1 parent 2eccb7a commit c2d7ac4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

example/mini_core_hello_world.rs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
#![feature(
2-
no_core,
3-
lang_items,
4-
never_type,
5-
linkage,
6-
extern_types,
7-
thread_local,
8-
repr_simd,
9-
rustc_private
10-
)]
1+
#![feature(no_core, lang_items, never_type, linkage, extern_types, thread_local, repr_simd)]
112
#![no_core]
123
#![allow(dead_code, non_camel_case_types, internal_features)]
134

0 commit comments

Comments
 (0)