mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Silence an unrelated warning
This commit is contained in:
parent
00e14305d8
commit
a3b66fd8a2
@ -2,6 +2,7 @@
|
||||
|
||||
#![macro_use]
|
||||
#![allow(missing_docs)] // TODO
|
||||
#![allow(static_mut_refs)] // TODO
|
||||
|
||||
use core::mem::MaybeUninit;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user