Skip to content

Commit

Permalink
fix: remove stable nightly feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Ddystopia committed Sep 6, 2024
1 parent 5b4941a commit 1443f33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion embassy-executor/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![cfg_attr(not(any(feature = "arch-std", feature = "arch-wasm")), no_std)]
#![cfg_attr(feature = "nightly", feature(waker_getters))]
#![allow(clippy::new_without_default)]
#![doc = include_str!("../README.md")]
#![warn(missing_docs)]
Expand Down

0 comments on commit 1443f33

Please sign in to comment.