diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-08-05 20:58:46 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-08-05 21:37:07 +0200 |
| commit | 21edbd3c17837f9a3f196fe1bdda4a065805d12f (patch) | |
| tree | cf3bfa3003b50bb2d798e5e14e17d870e34f5d2f /embassy-stm32-wpan | |
| parent | afc8e684dd16c3bc947b365ca293f0f37d95b342 (diff) | |
Silence some unused warnings on nightly.
Diffstat (limited to 'embassy-stm32-wpan')
| -rw-r--r-- | embassy-stm32-wpan/src/mac/commands.rs | 2 |
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 | |||
| 1 | use core::{mem, slice}; | 3 | use core::{mem, slice}; |
| 2 | 4 | ||
| 3 | use super::opcodes::OpcodeM4ToM0; | 5 | use super::opcodes::OpcodeM4ToM0; |
