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:
parent
b54926134c
commit
e5796e26e1
@ -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::*;
|
||||||
|
Loading…
Reference in New Issue
Block a user