From 3413d8d7e8c62743a60179262a4d7c8430675559 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 15 Dec 2018 19:08:32 +0100 Subject: [PATCH] remove no longer necessary feature gates --- tests/cpass/late-not-send.rs | 1 - tests/cpass/late-resource.rs | 1 - tests/cpass/peripheral.rs | 1 - tests/cpass/resource.rs | 1 - tests/cpass/schedule.rs | 1 - tests/cpass/singleton.rs | 1 - tests/cpass/spawn.rs | 1 - tests/cpass/unsafe.rs | 1 - 8 files changed, 8 deletions(-) diff --git a/tests/cpass/late-not-send.rs b/tests/cpass/late-not-send.rs index b7d2d60a32..06d376bdf1 100644 --- a/tests/cpass/late-not-send.rs +++ b/tests/cpass/late-not-send.rs @@ -1,4 +1,3 @@ -#![feature(extern_crate_item_prelude)] // ??? #![no_main] #![no_std] diff --git a/tests/cpass/late-resource.rs b/tests/cpass/late-resource.rs index 43f5170869..94ec8c9676 100644 --- a/tests/cpass/late-resource.rs +++ b/tests/cpass/late-resource.rs @@ -1,5 +1,4 @@ //! Runtime initialized resources -#![feature(extern_crate_item_prelude)] // ??? #![no_main] #![no_std] diff --git a/tests/cpass/peripheral.rs b/tests/cpass/peripheral.rs index 0ca720cb36..509a6be162 100644 --- a/tests/cpass/peripheral.rs +++ b/tests/cpass/peripheral.rs @@ -1,5 +1,4 @@ //! Core and device peripherals -#![feature(extern_crate_item_prelude)] // ??? #![no_main] #![no_std] diff --git a/tests/cpass/resource.rs b/tests/cpass/resource.rs index 5718a4ab3d..bb8373939f 100644 --- a/tests/cpass/resource.rs +++ b/tests/cpass/resource.rs @@ -1,6 +1,5 @@ //! Check code generation of resources -#![feature(extern_crate_item_prelude)] // ??? #![no_main] #![no_std] diff --git a/tests/cpass/schedule.rs b/tests/cpass/schedule.rs index bc7fe34271..0728d8b322 100644 --- a/tests/cpass/schedule.rs +++ b/tests/cpass/schedule.rs @@ -1,4 +1,3 @@ -#![feature(extern_crate_item_prelude)] // ??? #![no_main] #![no_std] diff --git a/tests/cpass/singleton.rs b/tests/cpass/singleton.rs index 75b736c1b1..d50f8523ee 100644 --- a/tests/cpass/singleton.rs +++ b/tests/cpass/singleton.rs @@ -1,4 +1,3 @@ -#![feature(extern_crate_item_prelude)] // ??? #![no_main] #![no_std] diff --git a/tests/cpass/spawn.rs b/tests/cpass/spawn.rs index ba5a855f51..3df606a4a0 100644 --- a/tests/cpass/spawn.rs +++ b/tests/cpass/spawn.rs @@ -1,5 +1,4 @@ //! Check code generation of `spawn` -#![feature(extern_crate_item_prelude)] // ??? #![no_main] #![no_std] diff --git a/tests/cpass/unsafe.rs b/tests/cpass/unsafe.rs index 86f461f13d..b6996ad115 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]