diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-09-03 17:00:58 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-09-03 17:00:58 +0200 |
| commit | de016e845655fe7a8637c9a545e4074e7bd6dbfc (patch) | |
| tree | 38c7413261ca5058c1d54810b142b7db09ad3ac4 /embassy-traits/src | |
| parent | 65bceafa6839b92dd5e4487485f687bdf4b42733 (diff) | |
Remove trait_alias, allow(incomplete_features).
trait_alias seems unused. no idea why it's there.
Diffstat (limited to 'embassy-traits/src')
| -rw-r--r-- | embassy-traits/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-traits/src/lib.rs b/embassy-traits/src/lib.rs index 819673a36..4c8b94b11 100644 --- a/embassy-traits/src/lib.rs +++ b/embassy-traits/src/lib.rs | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | #![feature(generic_associated_types)] | 2 | #![feature(generic_associated_types)] |
| 3 | #![feature(const_fn_fn_ptr_basics)] | 3 | #![feature(const_fn_fn_ptr_basics)] |
| 4 | #![feature(const_option)] | 4 | #![feature(const_option)] |
| 5 | #![allow(incomplete_features)] | ||
| 6 | #![feature(type_alias_impl_trait)] | 5 | #![feature(type_alias_impl_trait)] |
| 7 | 6 | ||
| 8 | pub mod delay; | 7 | pub mod delay; |
