io: remove util from default features (#1379)

Sub-crates should require opting into features.
This commit is contained in:
Carl Lerche
2019-08-02 12:59:24 -07:00
committed by GitHub
parent ee9105d166
commit 2c01b3e0e0
3 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -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"]