Skip to content

Commit 21edbd3

Browse files
committed
Silence some unused warnings on nightly.
1 parent afc8e68 commit 21edbd3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

embassy-net-esp-hosted/src/proto.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(unused)]
2+
13
use heapless::{String, Vec};
24

35
/// internal supporting structures for CtrlMsg

embassy-stm32-wpan/src/mac/commands.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(unused)]
2+
13
use core::{mem, slice};
24

35
use super::opcodes::OpcodeM4ToM0;

0 commit comments

Comments
 (0)