From 3413d8d7e8c62743a60179262a4d7c8430675559 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 15 Dec 2018 19:08:32 +0100 Subject: remove no longer necessary feature gates --- tests/cpass/unsafe.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/cpass/unsafe.rs') diff --git a/tests/cpass/unsafe.rs b/tests/cpass/unsafe.rs index 86f461f..b6996ad 100644 --- a/tests/cpass/unsafe.rs +++ b/tests/cpass/unsafe.rs @@ -1,5 +1,4 @@ //! Check code generation of `unsafe` `init` / `idle` / `exception` / `interrupt` / `task` -#![feature(extern_crate_item_prelude)] // ??? #![no_main] #![no_std] -- cgit v1.2.3