aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/src
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-25 01:06:43 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-25 01:06:43 +0100
commit03d500f548ac681d201b24c55ab0d6e15f19679b (patch)
tree066009f576ab0c58cc4bcf6131cef6b001e6394a /embassy-stm32-wpan/src
parent8b46343b34f0e6c2486131a0d18de46e9a835d22 (diff)
cyw43: remove feature(concat_bytes).
Diffstat (limited to 'embassy-stm32-wpan/src')
-rw-r--r--embassy-stm32-wpan/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32-wpan/src/lib.rs b/embassy-stm32-wpan/src/lib.rs
index 69a3d082a..84cf0a02d 100644
--- a/embassy-stm32-wpan/src/lib.rs
+++ b/embassy-stm32-wpan/src/lib.rs
@@ -4,7 +4,6 @@
4 any(feature = "ble", feature = "mac"), 4 any(feature = "ble", feature = "mac"),
5 allow(stable_features, unknown_lints, async_fn_in_trait) 5 allow(stable_features, unknown_lints, async_fn_in_trait)
6)] 6)]
7#![cfg_attr(feature = "mac", feature(type_alias_impl_trait, concat_bytes))]
8 7
9// This must go FIRST so that all the other modules see its macros. 8// This must go FIRST so that all the other modules see its macros.
10mod fmt; 9mod fmt;