From 21edbd3c17837f9a3f196fe1bdda4a065805d12f Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 5 Aug 2024 20:58:46 +0200 Subject: Silence some unused warnings on nightly. --- embassy-stm32-wpan/src/mac/commands.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'embassy-stm32-wpan') 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 @@ +#![allow(unused)] + use core::{mem, slice}; use super::opcodes::OpcodeM4ToM0; -- cgit