pin async fn ready in poll_xxx_ready

This commit is contained in:
fakeshadow 2021-03-22 00:26:24 +08:00
parent f8f534ac34
commit 5fd7f8f187
1 changed files with 0 additions and 2 deletions

View File

@ -23,5 +23,3 @@ actix-tls = { path = "actix-tls" }
actix-tracing = { path = "actix-tracing" } actix-tracing = { path = "actix-tracing" }
actix-utils = { path = "actix-utils" } actix-utils = { path = "actix-utils" }
bytestring = { path = "bytestring" } bytestring = { path = "bytestring" }
tokio = { git = "https://github.com/fakeshadow/tokio", branch = "feature/net_poll_ready" }