cyw43: remove feature(concat_bytes).

This commit is contained in:
Dario Nieuwenhuis
2023-11-25 01:06:43 +01:00
parent 8b46343b34
commit 03d500f548
3 changed files with 49 additions and 56 deletions

View File

@ -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;