remove unnecessary feature

This commit is contained in:
Agustin Chiappe Berrini 2020-07-16 17:23:58 -07:00
parent 7ff94a68cd
commit 44546775be

View file

@ -12,7 +12,6 @@
// Reference http://man7.org/linux/man-pages/man2/syscall.2.html
#![deny(warnings)]
#![feature(asm)]
#![feature(llvm_asm)]
#![no_std]