2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-17 21:11:56 +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] #![no_std]
#![feature(untagged_unions)]
use core::{mem, ptr, fmt, slice, str, convert}; use core::{mem, ptr, fmt, slice, str, convert};
use elf::*; use elf::*;