aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-02 14:00:49 +0200
committerDario Nieuwenhuis <[email protected]>2023-10-02 14:00:49 +0200
commiteb121143458cb3ecc67da2bdfc6a0aa564ae39d8 (patch)
tree7f98970cb3a8c2667ef58bd099eaf74d969d5e18 /embassy-rp
parent4b252586e58224a7137a6a6bfecb7c23a4036f1d (diff)
Remove impl_trait_projections.
Diffstat (limited to 'embassy-rp')
-rw-r--r--embassy-rp/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs
index c3561bbe4..e8f818bcf 100644
--- a/embassy-rp/src/lib.rs
+++ b/embassy-rp/src/lib.rs
@@ -1,5 +1,5 @@
1#![no_std] 1#![no_std]
2#![cfg_attr(feature = "nightly", feature(async_fn_in_trait, impl_trait_projections))] 2#![cfg_attr(feature = "nightly", feature(async_fn_in_trait))]
3 3
4// This mod MUST go first, so that the others see its macros. 4// This mod MUST go first, so that the others see its macros.
5pub(crate) mod fmt; 5pub(crate) mod fmt;