forked from M-Labs/libfringe
no_std is a feature flag now
This commit is contained in:
parent
a54e573073
commit
e51cfa1b7b
|
@ -1,3 +1,4 @@
|
|||
#![feature(no_std)]
|
||||
#![feature(asm, core)]
|
||||
#![feature(os, libc)]
|
||||
#![no_std]
|
||||
|
|
Loading…
Reference in New Issue