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-lora | |
| parent | 4b252586e58224a7137a6a6bfecb7c23a4036f1d (diff) | |
Remove impl_trait_projections.
Diffstat (limited to 'embassy-lora')
| -rw-r--r-- | embassy-lora/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-lora/src/lib.rs b/embassy-lora/src/lib.rs index c23d1d0dd..0a9cea16e 100644 --- a/embassy-lora/src/lib.rs +++ b/embassy-lora/src/lib.rs | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![feature(async_fn_in_trait, impl_trait_projections)] | 2 | #![feature(async_fn_in_trait)] |
| 3 | //! embassy-lora holds LoRa-specific functionality. | 3 | //! embassy-lora holds LoRa-specific functionality. |
| 4 | 4 | ||
| 5 | pub(crate) mod fmt; | 5 | pub(crate) mod fmt; |
