From 89b3b4009c575ab6edc0f3f0821f55afbbb239f0 Mon Sep 17 00:00:00 2001 From: "Cliff L. Biffle" Date: Thu, 4 Apr 2024 16:16:09 -0700 Subject: [PATCH] XXX make hiffy shut up --- task/hiffy/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/task/hiffy/src/main.rs b/task/hiffy/src/main.rs index 50eec44c7..8ad6d6600 100644 --- a/task/hiffy/src/main.rs +++ b/task/hiffy/src/main.rs @@ -14,6 +14,9 @@ #![no_std] #![no_main] +// XXX DO NOT COMMIT THIS IT IS FOR TESTING +#![allow(static_mut_refs)] + // This trait may not be needed, if compiling for a non-armv6m target. #[allow(unused_imports)] use armv6m_atomic_hack::AtomicU32Ext;