refactor(body): fix unused sync_wrapper when stream feature disabled (#2287)

This commit is contained in:
Sean McArthur
2020-09-21 13:57:58 -07:00
committed by GitHub
parent aea9c52808
commit 523d66a41f
7 changed files with 46 additions and 4 deletions

View File

@@ -137,6 +137,11 @@ name = "send_file"
path = "examples/send_file.rs"
required-features = ["runtime"]
[[example]]
name = "service_struct_impl"
path = "examples/service_struct_impl.rs"
required-features = ["runtime"]
[[example]]
name = "single_threaded"
path = "examples/single_threaded.rs"