mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
chore: remove internal io-readiness cargo feature (#2878)
This commit is contained in:
+2
-3
@@ -51,7 +51,6 @@ blocking = ["rt-core"]
|
||||
dns = ["rt-core"]
|
||||
fs = ["rt-core", "io-util"]
|
||||
io-driver = ["mio", "lazy_static"] # internal only
|
||||
io-readiness = [] # internal only
|
||||
io-util = ["memchr"]
|
||||
# stdin, stdout, stderr
|
||||
io-std = ["rt-core"]
|
||||
@@ -86,8 +85,8 @@ sync = ["fnv"]
|
||||
test-util = []
|
||||
tcp = ["io-driver", "iovec"]
|
||||
time = ["slab"]
|
||||
udp = ["io-driver", "io-readiness"]
|
||||
uds = ["io-driver", "io-readiness", "mio-uds", "libc"]
|
||||
udp = ["io-driver"]
|
||||
uds = ["io-driver", "mio-uds", "libc"]
|
||||
|
||||
[dependencies]
|
||||
tokio-macros = { version = "0.3.0", path = "../tokio-macros", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user