time: mark Sleep as !Unpin in docs (#5916)

This commit is contained in:
Consoli
2023-08-06 13:34:08 +02:00
committed by GitHub
parent 8832e936b1
commit 51cffbb74f
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ futures-core = "0.3.0"
futures-sink = "0.3.0"
futures-io = { version = "0.3.0", optional = true }
futures-util = { version = "0.3.0", optional = true }
pin-project-lite = "0.2.7"
pin-project-lite = "0.2.11"
slab = { version = "0.4.4", optional = true } # Backs `DelayQueue`
tracing = { version = "0.1.25", default-features = false, features = ["std"], optional = true }