2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

firmware: remove unused #![feature(untagged_unions)].

This commit is contained in:
whitequark 2018-05-15 14:52:51 +00:00
parent b54926134c
commit e5796e26e1

View File

@ -1,5 +1,4 @@
#![no_std]
#![feature(untagged_unions)]
use core::{mem, ptr, fmt, slice, str, convert};
use elf::*;