diff options
Diffstat (limited to 'embassy-stm32-wpan')
| -rw-r--r-- | embassy-stm32-wpan/src/lib.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/embassy-stm32-wpan/src/lib.rs b/embassy-stm32-wpan/src/lib.rs index 84cf0a02d..a5dbb7420 100644 --- a/embassy-stm32-wpan/src/lib.rs +++ b/embassy-stm32-wpan/src/lib.rs | |||
| @@ -1,9 +1,5 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![cfg_attr(any(feature = "ble", feature = "mac"), feature(async_fn_in_trait))] | 2 | #![allow(async_fn_in_trait)] |
| 3 | #![cfg_attr( | ||
| 4 | any(feature = "ble", feature = "mac"), | ||
| 5 | allow(stable_features, unknown_lints, async_fn_in_trait) | ||
| 6 | )] | ||
| 7 | 3 | ||
| 8 | // This must go FIRST so that all the other modules see its macros. | 4 | // This must go FIRST so that all the other modules see its macros. |
| 9 | mod fmt; | 5 | mod fmt; |
