diff options
| author | Dániel Buga <[email protected]> | 2023-10-30 19:06:08 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2023-10-30 19:10:45 +0100 |
| commit | ad07ea02909f7c10b5c2bd2bb40c81aea414db4a (patch) | |
| tree | 1a168144cf71e4f36a8c8649d1a9ab0db5c48ec3 /embassy-sync | |
| parent | b6fc682117a41e8e63a9632e06da5a17f46d9ab0 (diff) | |
Re-add impl_trait_projections
Diffstat (limited to 'embassy-sync')
| -rw-r--r-- | embassy-sync/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-sync/src/lib.rs b/embassy-sync/src/lib.rs index aca6ff38f..c40fa3b6a 100644 --- a/embassy-sync/src/lib.rs +++ b/embassy-sync/src/lib.rs | |||
| @@ -1,5 +1,6 @@ | |||
| 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(async_fn_in_trait))] | 2 | #![cfg_attr(feature = "nightly", feature(async_fn_in_trait, impl_trait_projections))] |
| 3 | #![cfg_attr(feature = "nightly", allow(stable_features, unknown_lints, async_fn_in_trait))] | ||
| 3 | #![allow(clippy::new_without_default)] | 4 | #![allow(clippy::new_without_default)] |
| 4 | #![doc = include_str!("../README.md")] | 5 | #![doc = include_str!("../README.md")] |
| 5 | #![warn(missing_docs)] | 6 | #![warn(missing_docs)] |
