carllerche / tower-web

A fast, boilerplate free, web framework for Rust
MIT License
980 stars 51 forks source link

Fix `http` reference in macro #185

Closed carllerche closed 5 years ago

carllerche commented 5 years ago

Fixes an issue in the code generated by derive(Response) when using Rust 2018.

Ref: #183