From 8afc57c1581ec03a1b82d0457c68bab3bd9a1c34 Mon Sep 17 00:00:00 2001 From: GBA bot Date: Mon, 3 Jan 2022 23:02:26 +0000 Subject: [PATCH] Remove feature(asm) now that it is stable --- agb/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/agb/src/lib.rs b/agb/src/lib.rs index ba365294..57845a04 100644 --- a/agb/src/lib.rs +++ b/agb/src/lib.rs @@ -1,7 +1,6 @@ #![no_std] // This appears to be needed for testing to work #![cfg_attr(test, no_main)] -#![feature(asm)] #![deny(clippy::all)] #![feature(custom_test_frameworks)] #![feature(alloc_error_handler)]