mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
cyw43: Fix warning in event.rs.
Allow non_upper_case_globals, to prevent the compiler from spitting out a warning about the Event enum.
This commit is contained in:
parent
0568738f77
commit
4098a61ef0
@ -1,5 +1,5 @@
|
||||
#![allow(dead_code)]
|
||||
#![allow(non_camel_case_types)]
|
||||
#![allow(non_camel_case_types, non_upper_case_globals)]
|
||||
|
||||
use core::cell::RefCell;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user