forked from M-Labs/libfringe
add #![feature(core_prelude)]
This commit is contained in:
parent
06683a8812
commit
189edae3cf
|
@ -2,7 +2,7 @@
|
|||
// Copyright (c) 2015, edef <edef@edef.eu>
|
||||
// See the LICENSE file included in this distribution.
|
||||
#![feature(no_std)]
|
||||
#![feature(asm, core)]
|
||||
#![feature(asm, core, core_prelude)]
|
||||
#![no_std]
|
||||
|
||||
//! libfringe is a low-level green threading library.
|
||||
|
|
Loading…
Reference in New Issue