diff options
| author | Dániel Buga <[email protected]> | 2023-10-30 19:06:08 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2023-10-30 19:10:45 +0100 |
| commit | ad07ea02909f7c10b5c2bd2bb40c81aea414db4a (patch) | |
| tree | 1a168144cf71e4f36a8c8649d1a9ab0db5c48ec3 /embassy-rp/src | |
| parent | b6fc682117a41e8e63a9632e06da5a17f46d9ab0 (diff) | |
Re-add impl_trait_projections
Diffstat (limited to 'embassy-rp/src')
| -rw-r--r-- | embassy-rp/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs index 2728395b2..c9fe89b8c 100644 --- a/embassy-rp/src/lib.rs +++ b/embassy-rp/src/lib.rs | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![cfg_attr(feature = "nightly", feature(async_fn_in_trait))] | 2 | #![cfg_attr(feature = "nightly", feature(async_fn_in_trait, impl_trait_projections))] |
| 3 | #![cfg_attr(feature = "nightly", allow(stable_features, unknown_lints, async_fn_in_trait))] | ||
| 3 | 4 | ||
| 4 | // This mod MUST go first, so that the others see its macros. | 5 | // This mod MUST go first, so that the others see its macros. |
| 5 | pub(crate) mod fmt; | 6 | pub(crate) mod fmt; |
