diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-12-15 19:08:32 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-12-15 19:08:32 +0100 |
| commit | 3413d8d7e8c62743a60179262a4d7c8430675559 (patch) | |
| tree | 7557f6e6d4eae1038d192db40f30c35737b5529e /tests | |
| parent | 0b3f0b2eb57aa7b54c6062ddc01b2bfbec8b019b (diff) | |
remove no longer necessary feature gates
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/cpass/late-not-send.rs | 1 | ||||
| -rw-r--r-- | tests/cpass/late-resource.rs | 1 | ||||
| -rw-r--r-- | tests/cpass/peripheral.rs | 1 | ||||
| -rw-r--r-- | tests/cpass/resource.rs | 1 | ||||
| -rw-r--r-- | tests/cpass/schedule.rs | 1 | ||||
| -rw-r--r-- | tests/cpass/singleton.rs | 1 | ||||
| -rw-r--r-- | tests/cpass/spawn.rs | 1 | ||||
| -rw-r--r-- | tests/cpass/unsafe.rs | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/tests/cpass/late-not-send.rs b/tests/cpass/late-not-send.rs index b7d2d60..06d376b 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 43f5170..94ec8c9 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 0ca720c..509a6be 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 5718a4a..bb83739 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 bc7fe34..0728d8b 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 75b736c..d50f852 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 ba5a855..3df606a 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 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] |
