Skip to content

Commit e5b2b1b

Browse files
committed
Misc changes
1 parent cb3101d commit e5b2b1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

example/mini_core_hello_world.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// Adapted from https://github.com/sunfishcode/mir2cranelift/blob/master/rust-examples/nocore-hello-world.rs
2-
31
#![feature(
4-
no_core, unboxed_closures, start, lang_items, box_syntax, never_type, linkage,
2+
no_core, start, lang_items, box_syntax, never_type, linkage,
53
extern_types, thread_local
64
)]
75
#![no_core]

0 commit comments

Comments
 (0)