mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 14:22:33 +00:00
Silence some unused warnings on nightly.
This commit is contained in:
parent
afc8e684dd
commit
21edbd3c17
@ -1,3 +1,5 @@
|
||||
#![allow(unused)]
|
||||
|
||||
use heapless::{String, Vec};
|
||||
|
||||
/// internal supporting structures for CtrlMsg
|
||||
|
@ -1,3 +1,5 @@
|
||||
#![allow(unused)]
|
||||
|
||||
use core::{mem, slice};
|
||||
|
||||
use super::opcodes::OpcodeM4ToM0;
|
||||
|
Loading…
Reference in New Issue
Block a user