fix: remove stable nightly feature

This commit is contained in:
Oleksandr Babak 2024-09-06 11:34:30 +02:00
parent 5b4941a510
commit 1443f3386b
No known key found for this signature in database
GPG Key ID: B21CA2CAC0240BB9

View File

@ -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)]