From 293bb15c7bcc47f8a49ddb29545e83f895daec43 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Thu, 13 Apr 2023 22:46:03 +0100 Subject: [PATCH] Don't need this any more now I'm finished debugging --- agb/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/agb/src/lib.rs b/agb/src/lib.rs index e4c37070..5379d0fe 100644 --- a/agb/src/lib.rs +++ b/agb/src/lib.rs @@ -13,7 +13,6 @@ #![feature(alloc_error_handler)] #![feature(allocator_api)] #![feature(asm_const)] -#![feature(trace_macros)] #![warn(clippy::all)] #![deny(clippy::must_use_candidate)] #![deny(clippy::trivially_copy_pass_by_ref)]