mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
io: remove util from default features (#1379)
Sub-crates should require opting into features.
This commit is contained in:
+1
-2
@@ -34,5 +34,4 @@ futures-util-preview = "0.3.0-alpha.17"
|
||||
tokio-test = { version = "0.2.0", path = "../tokio-test" }
|
||||
|
||||
[features]
|
||||
default = ["util"]
|
||||
util = ["memchr"]
|
||||
util = ["memchr"]
|
||||
|
||||
Reference in New Issue
Block a user