forked from M-Labs/artiq
satman: fix build after b8f3d28b
.
This commit is contained in:
parent
e1253db0e8
commit
70ebe431fd
|
@ -1,7 +1,6 @@
|
|||
#![feature(lang_items, global_allocator)]
|
||||
#![no_std]
|
||||
|
||||
extern crate compiler_builtins;
|
||||
extern crate alloc_list;
|
||||
extern crate std_artiq as std;
|
||||
#[macro_use]
|
||||
|
|
Loading…
Reference in New Issue