We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ed75e commit 347daf0Copy full SHA for 347daf0
_stable/upgrading.md
@@ -66,7 +66,7 @@ The listening server acceptor can be replaced with a simple loop.
66
## `Service`/`service_fn`
67
68
Previously, hyper depended on `tower` for the `Service` trait. Because
69
-`tower` is not yet 1.0, hyper could not publicly depend on it. So, it's
+`tower` is not yet 1.0, hyper could not publicly depend on it. So, its
70
`Service` trait and the helper function `service_fn` are defined in
71
`hyper::service`. Check [middleware](https://hyper.rs/guides/1/server/middleware/) for more details.
72
0 commit comments