Remove unused feature(type_alias_impl_trait).

This commit is contained in:
Dario Nieuwenhuis
2023-05-14 23:44:53 +02:00
parent cdd326284a
commit 2d65373f63
5 changed files with 4 additions and 17 deletions

View File

@ -1,8 +1,5 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(
feature = "nightly",
feature(type_alias_impl_trait, async_fn_in_trait, impl_trait_projections)
)]
#![cfg_attr(feature = "nightly", feature(async_fn_in_trait, impl_trait_projections))]
#![cfg_attr(feature = "nightly", allow(incomplete_features))]
// This mod MUST go first, so that the others see its macros.