From 66980be3b477885eb304f8a52f24d3d5b59fd015 Mon Sep 17 00:00:00 2001 From: Andelf Date: Sun, 5 May 2024 11:10:00 +0800 Subject: [PATCH] fuck: your rust compiler updates suck --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7e6def0..65f5eba 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ #![no_std] -#![allow(static_mut_refs)] +#![allow(static_mut_refs, unexpected_cfgs)] pub use ch32_metapac as pac;