diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-02 14:00:49 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-02 14:00:49 +0200 |
| commit | eb121143458cb3ecc67da2bdfc6a0aa564ae39d8 (patch) | |
| tree | 7f98970cb3a8c2667ef58bd099eaf74d969d5e18 /embassy-stm32 | |
| parent | 4b252586e58224a7137a6a6bfecb7c23a4036f1d (diff) | |
Remove impl_trait_projections.
Diffstat (limited to 'embassy-stm32')
| -rw-r--r-- | embassy-stm32/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs index 9dd2f6163..bd77fae41 100644 --- a/embassy-stm32/src/lib.rs +++ b/embassy-stm32/src/lib.rs | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #![cfg_attr(not(test), no_std)] | 1 | #![cfg_attr(not(test), 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 | //! ## Feature flags | 4 | //! ## Feature flags |
| 5 | #![doc = document_features::document_features!(feature_label = r#"<span class="stab portability"><code>{feature}</code></span>"#)] | 5 | #![doc = document_features::document_features!(feature_label = r#"<span class="stab portability"><code>{feature}</code></span>"#)] |
