about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFolkert de Vries <folkert@folkertdev.nl>2024-12-18 22:05:27 +0100
committerFolkert de Vries <folkert@folkertdev.nl>2025-04-20 11:18:38 +0200
commit88ddf9e203291d085c9fa8bf8b3c574e7f41e174 (patch)
tree3c871e2baef8efce912cf2df78f18a030a9b57eb
parent59c5ed0ba84d9007d8957dc1056f46bed381c100 (diff)
downloadrust-88ddf9e203291d085c9fa8bf8b3c574e7f41e174.tar.gz
rust-88ddf9e203291d085c9fa8bf8b3c574e7f41e174.zip
stabilize `naked_functions`
-rw-r--r--example/mini_core_hello_world.rs11
1 files changed, 1 insertions, 10 deletions
diff --git a/example/mini_core_hello_world.rs b/example/mini_core_hello_world.rs
index 0b3a7281d5a..93ca2e0e421 100644
--- a/example/mini_core_hello_world.rs
+++ b/example/mini_core_hello_world.rs
@@ -1,13 +1,4 @@
-#![feature(
-    no_core,
-    lang_items,
-    never_type,
-    linkage,
-    extern_types,
-    naked_functions,
-    thread_local,
-    repr_simd
-)]
+#![feature(no_core, lang_items, never_type, linkage, extern_types, thread_local, repr_simd)]
 #![no_core]
 #![allow(dead_code, non_camel_case_types, internal_features)]