about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-09-22 13:06:14 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2020-09-22 13:06:14 +0200
commite5b2b1ba8101bc9d5da6fb05e669fc8f9d784368 (patch)
treea22cf2fc9a41f0fbb2285df440f41e0ed2cb3179
parentcb3101d178da4c291225d5a5e7489a0cac14b833 (diff)
downloadrust-e5b2b1ba8101bc9d5da6fb05e669fc8f9d784368.tar.gz
rust-e5b2b1ba8101bc9d5da6fb05e669fc8f9d784368.zip
Misc changes
-rw-r--r--example/mini_core_hello_world.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/example/mini_core_hello_world.rs b/example/mini_core_hello_world.rs
index f1c037696d8..376056e1938 100644
--- a/example/mini_core_hello_world.rs
+++ b/example/mini_core_hello_world.rs
@@ -1,7 +1,5 @@
-// Adapted from https://github.com/sunfishcode/mir2cranelift/blob/master/rust-examples/nocore-hello-world.rs
-
 #![feature(
-    no_core, unboxed_closures, start, lang_items, box_syntax, never_type, linkage,
+    no_core, start, lang_items, box_syntax, never_type, linkage,
     extern_types, thread_local
 )]
 #![no_core]