satman: fix build after b8f3d28b.

This commit is contained in:
whitequark 2017-12-31 09:21:02 +00:00
parent e1253db0e8
commit 70ebe431fd
1 changed files with 0 additions and 1 deletions

View File

@ -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]