From 0069007d5b17b19bf6a7686dec7dee7be46dcd47 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Thu, 18 Mar 2021 12:20:24 +0100 Subject: Avoid nightly feature usage where easily possible --- example/mini_core_hello_world.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'example') diff --git a/example/mini_core_hello_world.rs b/example/mini_core_hello_world.rs index 08ceaeb6544..ea37ca98b59 100644 --- a/example/mini_core_hello_world.rs +++ b/example/mini_core_hello_world.rs @@ -1,7 +1,4 @@ -#![feature( - no_core, start, lang_items, box_syntax, never_type, linkage, - extern_types, thread_local -)] +#![feature(no_core, lang_items, box_syntax, never_type, linkage, extern_types, thread_local)] #![no_core] #![allow(dead_code, non_camel_case_types)] -- cgit 1.4.1-3-g733a5