From 44546775beac0e16872d4aaf26e300ee907df837 Mon Sep 17 00:00:00 2001 From: Agustin Chiappe Berrini Date: Thu, 16 Jul 2020 17:23:58 -0700 Subject: [PATCH] remove unnecessary feature --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ba94bd2..2f28024 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,6 @@ // Reference http://man7.org/linux/man-pages/man2/syscall.2.html #![deny(warnings)] -#![feature(asm)] #![feature(llvm_asm)] #![no_std]