test(body): remove concat test for Body

This commit is contained in:
Sean McArthur
2019-07-23 11:07:06 -07:00
parent 46749c14c6
commit a543c8eef2
2 changed files with 0 additions and 20 deletions

View File

@@ -38,7 +38,6 @@ pin-utils = "0.1.0-alpha.4"
time = "0.1"
tokio = { git = "https://github.com/tokio-rs/tokio", optional = true, default-features = false, features = ["rt-full"] }
tokio-buf = "0.1"
tokio-current-thread = { git = "https://github.com/tokio-rs/tokio" }
tokio-executor = { git = "https://github.com/tokio-rs/tokio" }
tokio-io = { git = "https://github.com/tokio-rs/tokio" }
tokio-reactor = { git = "https://github.com/tokio-rs/tokio", optional = true }