diff options
| author | Grant Miller <[email protected]> | 2024-02-14 16:14:41 -0600 |
|---|---|---|
| committer | Grant Miller <[email protected]> | 2024-02-14 16:14:41 -0600 |
| commit | 5a6384333f9bbd61565f820097bb89f9fbcce282 (patch) | |
| tree | 9ab2bbd21c4320831e4b9cc04195ceca105816aa /embassy-executor/tests/test.rs | |
| parent | 84258e168091f1cba226f2abd91fbfa5431c12c2 (diff) | |
Fix feature flag in executor tests
Diffstat (limited to 'embassy-executor/tests/test.rs')
| -rw-r--r-- | embassy-executor/tests/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/tests/test.rs b/embassy-executor/tests/test.rs index 2c2441dd5..348cc7dc4 100644 --- a/embassy-executor/tests/test.rs +++ b/embassy-executor/tests/test.rs | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #![cfg_attr(feature = "nightly", feature(type_alias_impl_trait))] | 1 | #![cfg_attr(feature = "nightly", feature(impl_trait_in_assoc_type))] |
| 2 | 2 | ||
| 3 | use std::boxed::Box; | 3 | use std::boxed::Box; |
| 4 | use std::future::poll_fn; | 4 | use std::future::poll_fn; |
