From 03d500f548ac681d201b24c55ab0d6e15f19679b Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sat, 25 Nov 2023 01:06:43 +0100 Subject: cyw43: remove feature(concat_bytes). --- embassy-stm32-wpan/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'embassy-stm32-wpan') 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 @@ any(feature = "ble", feature = "mac"), allow(stable_features, unknown_lints, async_fn_in_trait) )] -#![cfg_attr(feature = "mac", feature(type_alias_impl_trait, concat_bytes))] // This must go FIRST so that all the other modules see its macros. mod fmt; -- cgit