diff options
| author | Oleksandr Babak <[email protected]> | 2024-09-06 11:34:30 +0200 |
|---|---|---|
| committer | Oleksandr Babak <[email protected]> | 2024-09-06 11:34:30 +0200 |
| commit | 1443f3386b3b216dc50306d14f5dacce29b2bf97 (patch) | |
| tree | 2bfb428c0540af04bdb8130a064feb554b7dcff3 | |
| parent | 5b4941a51040d1bbcc00590a504e078e2f72f3bd (diff) | |
fix: remove stable nightly feature
| -rw-r--r-- | embassy-executor/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-executor/src/lib.rs b/embassy-executor/src/lib.rs index 553ed76d3..6a2e493a2 100644 --- a/embassy-executor/src/lib.rs +++ b/embassy-executor/src/lib.rs | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | #![cfg_attr(not(any(feature = "arch-std", feature = "arch-wasm")), no_std)] | 1 | #![cfg_attr(not(any(feature = "arch-std", feature = "arch-wasm")), no_std)] |
| 2 | #![cfg_attr(feature = "nightly", feature(waker_getters))] | ||
| 3 | #![allow(clippy::new_without_default)] | 2 | #![allow(clippy::new_without_default)] |
| 4 | #![doc = include_str!("../README.md")] | 3 | #![doc = include_str!("../README.md")] |
| 5 | #![warn(missing_docs)] | 4 | #![warn(missing_docs)] |
