From fd7fd0db144231a73b00dff9755ee4175135795d Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 23 May 2019 16:06:41 +0200 Subject: [PATCH] main: rm unused feature #![feature(global_asm)] --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index af43d9b4..b873ccf9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,6 @@ #![no_std] #![no_main] #![feature(asm)] -//[feature(global_asm)] #![feature(naked_functions)] use core::fmt::Write;