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-embedded-hal/src/lib.rs | |
| parent | 4b252586e58224a7137a6a6bfecb7c23a4036f1d (diff) | |
Remove impl_trait_projections.
Diffstat (limited to 'embassy-embedded-hal/src/lib.rs')
| -rw-r--r-- | embassy-embedded-hal/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-embedded-hal/src/lib.rs b/embassy-embedded-hal/src/lib.rs index 8872b3d61..ee964e404 100644 --- a/embassy-embedded-hal/src/lib.rs +++ b/embassy-embedded-hal/src/lib.rs | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #![cfg_attr(not(feature = "std"), no_std)] | 1 | #![cfg_attr(not(feature = "std"), no_std)] |
| 2 | #![cfg_attr(feature = "nightly", feature(async_fn_in_trait, impl_trait_projections, try_blocks))] | 2 | #![cfg_attr(feature = "nightly", feature(async_fn_in_trait, try_blocks))] |
| 3 | #![warn(missing_docs)] | 3 | #![warn(missing_docs)] |
| 4 | 4 | ||
| 5 | //! Utilities to use `embedded-hal` traits with Embassy. | 5 | //! Utilities to use `embedded-hal` traits with Embassy. |
