Silence some unused warnings on nightly.

This commit is contained in:
Dario Nieuwenhuis 2024-08-05 20:58:46 +02:00
parent afc8e684dd
commit 21edbd3c17
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![allow(unused)]
use heapless::{String, Vec};
/// internal supporting structures for CtrlMsg

View File

@ -1,3 +1,5 @@
#![allow(unused)]
use core::{mem, slice};
use super::opcodes::OpcodeM4ToM0;