Merge pull request #1996 from embassy-rs/update-nightly

Update Nightly.
This commit is contained in:
Dario Nieuwenhuis
2023-10-02 17:29:21 +00:00
committed by GitHub
10 changed files with 12 additions and 11 deletions

View File

@ -1,5 +1,5 @@
#![cfg_attr(not(test), no_std)]
#![cfg_attr(feature = "nightly", feature(async_fn_in_trait, impl_trait_projections))]
#![cfg_attr(feature = "nightly", feature(async_fn_in_trait))]
//! ## Feature flags
#![doc = document_features::document_features!(feature_label = r#"<span class="stab portability"><code>{feature}</code></span>"#)]