diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-09-22 16:28:56 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-09-22 16:38:14 +0200 |
| commit | 897b72c872183221e088611aa6f30989800afd2b (patch) | |
| tree | 473c5a81ac30eaae0f5557704e441e908a288caa /embassy-sync/src | |
| parent | 3b58ac1bf86a2373e479e8e3cf92d2df7c29e00b (diff) | |
Update Rust nightly.
Removes feature(generic_associated_types)
Diffstat (limited to 'embassy-sync/src')
| -rw-r--r-- | embassy-sync/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/src/lib.rs b/embassy-sync/src/lib.rs index 25150e8aa..80bb907a3 100644 --- a/embassy-sync/src/lib.rs +++ b/embassy-sync/src/lib.rs | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #![cfg_attr(not(any(feature = "std", feature = "wasm")), no_std)] | 1 | #![cfg_attr(not(any(feature = "std", feature = "wasm")), no_std)] |
| 2 | #![cfg_attr(feature = "nightly", feature(generic_associated_types, type_alias_impl_trait))] | 2 | #![cfg_attr(feature = "nightly", feature(type_alias_impl_trait))] |
| 3 | #![allow(clippy::new_without_default)] | 3 | #![allow(clippy::new_without_default)] |
| 4 | #![doc = include_str!("../README.md")] | 4 | #![doc = include_str!("../README.md")] |
| 5 | #![warn(missing_docs)] | 5 | #![warn(missing_docs)] |
