aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-03-20 14:54:25 +0100
committerDario Nieuwenhuis <[email protected]>2024-03-20 16:39:09 +0100
commiteca9aac194580956c851e42565546e5fc50d8070 (patch)
tree9e5359afdfba6d1f17b8d5eff2f6aee40841d02e /embassy-stm32-wpan
parent3d842dac85a4ea21519f56d4ec6342b528805b8a (diff)
Fix warnings in recent nightly.
Diffstat (limited to 'embassy-stm32-wpan')
-rw-r--r--embassy-stm32-wpan/src/consts.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-stm32-wpan/src/consts.rs b/embassy-stm32-wpan/src/consts.rs
index bd70851ea..6aaef1d35 100644
--- a/embassy-stm32-wpan/src/consts.rs
+++ b/embassy-stm32-wpan/src/consts.rs
@@ -1,5 +1,3 @@
1use core::convert::TryFrom;
2
3use crate::evt::CsEvt; 1use crate::evt::CsEvt;
4use crate::PacketHeader; 2use crate::PacketHeader;
5 3