firmware: prune stabilized and unused features.

This commit is contained in:
whitequark 2016-12-31 13:34:42 +00:00
parent 4480a1c2ff
commit 4bb7132848
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
#![feature(lang_items, needs_panic_runtime, asm, libc, stmt_expr_attributes)]
#![feature(lang_items, asm, libc)]
#![no_std]
#![needs_panic_runtime]
extern crate alloc_none;
#[macro_use]

View File

@ -1,5 +1,5 @@
#![no_std]
#![feature(libc, const_fn, stmt_expr_attributes, repr_simd, asm, lang_items)]
#![feature(libc, const_fn, repr_simd, asm, lang_items)]
extern crate alloc_artiq;
#[macro_use]