diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-14 23:44:53 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-14 23:44:53 +0200 |
| commit | 2d65373f637a78b1321a80898f9f5f94fcaefca4 (patch) | |
| tree | b9b3894203cafad906f17caab486ef5e38a4a7b8 /embassy-net | |
| parent | cdd326284a4a8bd45e59d18822a6d7269030f1c0 (diff) | |
Remove unused `feature(type_alias_impl_trait)`.
Diffstat (limited to 'embassy-net')
| -rw-r--r-- | embassy-net/src/lib.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/embassy-net/src/lib.rs b/embassy-net/src/lib.rs index 5dfb5843e..b80784c2b 100644 --- a/embassy-net/src/lib.rs +++ b/embassy-net/src/lib.rs | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | #![cfg_attr(not(feature = "std"), no_std)] | 1 | #![cfg_attr(not(feature = "std"), no_std)] |
| 2 | #![cfg_attr( | 2 | #![cfg_attr(feature = "nightly", feature(async_fn_in_trait, impl_trait_projections))] |
| 3 | feature = "nightly", | ||
| 4 | feature(type_alias_impl_trait, async_fn_in_trait, impl_trait_projections) | ||
| 5 | )] | ||
| 6 | #![cfg_attr(feature = "nightly", allow(incomplete_features))] | 3 | #![cfg_attr(feature = "nightly", allow(incomplete_features))] |
| 7 | 4 | ||
| 8 | // This mod MUST go first, so that the others see its macros. | 5 | // This mod MUST go first, so that the others see its macros. |
