Remove leftover mentions of async-std

This commit is contained in:
Héctor Ramón Jiménez 2025-04-02 11:08:23 +02:00
parent 9f1beba583
commit 5b8d92ed5b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 2 additions and 14 deletions

View file

@ -6,7 +6,6 @@ pub use crate::core::time::*;
docsrs,
doc(cfg(any(
feature = "tokio",
feature = "async-std",
feature = "smol",
target_arch = "wasm32"
)))