Merge pull request #2123 from bugadani/feature

Re-add impl_trait_projections
This commit is contained in:
Dario Nieuwenhuis
2023-10-31 02:26:51 +01:00
committed by GitHub
8 changed files with 16 additions and 8 deletions

View File

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