embassy-embedded-hal: don't use feature(try_blocks).

This commit is contained in:
Dario Nieuwenhuis
2023-11-24 18:44:55 +01:00
parent e8ff5a2baf
commit 5528c33649
2 changed files with 37 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(feature = "nightly", feature(async_fn_in_trait, impl_trait_projections, try_blocks))]
#![cfg_attr(feature = "nightly", feature(async_fn_in_trait, impl_trait_projections))]
#![cfg_attr(feature = "nightly", allow(stable_features, unknown_lints, async_fn_in_trait))]
#![warn(missing_docs)]