From 98f55fa54dd4fd585e90211919f025a7025301a6 Mon Sep 17 00:00:00 2001 From: Frostie314159 Date: Wed, 30 Aug 2023 09:59:47 +0200 Subject: [PATCH] Reverted patch for lint fix. --- cyw43/src/events.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyw43/src/events.rs b/cyw43/src/events.rs index ce0e7e37..a94c49a0 100644 --- a/cyw43/src/events.rs +++ b/cyw43/src/events.rs @@ -1,5 +1,5 @@ #![allow(dead_code)] -#![allow(non_camel_case_types, non_upper_case_globals)] +#![allow(non_camel_case_types)] use core::cell::RefCell;