aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-08-05 20:58:46 +0200
committerDario Nieuwenhuis <[email protected]>2024-08-05 21:37:07 +0200
commit21edbd3c17837f9a3f196fe1bdda4a065805d12f (patch)
treecf3bfa3003b50bb2d798e5e14e17d870e34f5d2f /embassy-stm32-wpan
parentafc8e684dd16c3bc947b365ca293f0f37d95b342 (diff)
Silence some unused warnings on nightly.
Diffstat (limited to 'embassy-stm32-wpan')
-rw-r--r--embassy-stm32-wpan/src/mac/commands.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-stm32-wpan/src/mac/commands.rs b/embassy-stm32-wpan/src/mac/commands.rs
index 8f6dcbbbc..c97c609c3 100644
--- a/embassy-stm32-wpan/src/mac/commands.rs
+++ b/embassy-stm32-wpan/src/mac/commands.rs
@@ -1,3 +1,5 @@
1#![allow(unused)]
2
1use core::{mem, slice}; 3use core::{mem, slice};
2 4
3use super::opcodes::OpcodeM4ToM0; 5use super::opcodes::OpcodeM4ToM0;