diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-10 17:40:10 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-10 17:40:10 +0000 |
| commit | dcffad6b05a06bc5f4d09a35184d5ffe158e02cf (patch) | |
| tree | dab09dc4ce499676fa1681a18c2125e16aed6aa4 /embassy-sync/src | |
| parent | 77e60ecff82e26985257c43828b7232d2b78addf (diff) | |
| parent | 68166eda6820ece3219f221b76fe26bd6f71e3c4 (diff) | |
Merge pull request #2428 from embassy-rs/no-nightly
Remove nightly autodetect, update readme MSRV.
Diffstat (limited to 'embassy-sync/src')
| -rw-r--r-- | embassy-sync/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-sync/src/lib.rs b/embassy-sync/src/lib.rs index b0ccfde57..d88c76db5 100644 --- a/embassy-sync/src/lib.rs +++ b/embassy-sync/src/lib.rs | |||
| @@ -1,6 +1,4 @@ | |||
| 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(nightly, feature(async_fn_in_trait, impl_trait_projections))] | ||
| 3 | #![cfg_attr(nightly, allow(stable_features, unknown_lints))] | ||
| 4 | #![allow(async_fn_in_trait)] | 2 | #![allow(async_fn_in_trait)] |
| 5 | #![allow(clippy::new_without_default)] | 3 | #![allow(clippy::new_without_default)] |
| 6 | #![doc = include_str!("../README.md")] | 4 | #![doc = include_str!("../README.md")] |
