aboutsummaryrefslogtreecommitdiff
path: root/tests/cpass/spawn.rs
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-12-15 19:08:32 +0100
committerJorge Aparicio <jorge@japaric.io>2018-12-15 19:08:32 +0100
commit3413d8d7e8c62743a60179262a4d7c8430675559 (patch)
tree7557f6e6d4eae1038d192db40f30c35737b5529e /tests/cpass/spawn.rs
parent0b3f0b2eb57aa7b54c6062ddc01b2bfbec8b019b (diff)
remove no longer necessary feature gates
Diffstat (limited to 'tests/cpass/spawn.rs')
-rw-r--r--tests/cpass/spawn.rs1
1 files changed, 0 insertions, 1 deletions
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]