diff options
| author | René van Dorst <[email protected]> | 2023-08-20 21:27:19 +0200 |
|---|---|---|
| committer | René van Dorst <[email protected]> | 2023-08-24 00:52:21 +0200 |
| commit | 1ded213ae904b90b20e15615f08873da4b4ef077 (patch) | |
| tree | 55cb631665f235040c8518c0b70b31f9ede367bb | |
| parent | 0e9524de621d338f71ba380f6036f23210365d9a (diff) | |
remove the type_alias_impl_trait feature
| -rw-r--r-- | embassy-net-adin1110/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-net-adin1110/src/lib.rs b/embassy-net-adin1110/src/lib.rs index 10ed9f703..113db3df5 100644 --- a/embassy-net-adin1110/src/lib.rs +++ b/embassy-net-adin1110/src/lib.rs | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | #![deny(clippy::pedantic)] | 1 | #![deny(clippy::pedantic)] |
| 2 | #![feature(type_alias_impl_trait)] | ||
| 3 | #![feature(async_fn_in_trait)] | 2 | #![feature(async_fn_in_trait)] |
| 4 | #![cfg_attr(not(any(test, feature = "std")), no_std)] | 3 | #![cfg_attr(not(any(test, feature = "std")), no_std)] |
| 5 | #![allow(clippy::module_name_repetitions)] | 4 | #![allow(clippy::module_name_repetitions)] |
