File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
//! Batteries included server and client.
2
2
//!
3
3
//! This module provides a set of batteries included, fully featured and
4
- //! fast set of HTTP/2 server and client's. These components each provide a or
4
+ //! fast set of HTTP/2 server and client's. These components each provide a
5
5
//! `rustls` tls backend when the respective feature flag is enabled, and
6
6
//! provides builders to configure transport behavior.
7
7
//!
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ impl Default for Server<Identity> {
133
133
}
134
134
}
135
135
136
- /// A stack based `Service` router.
136
+ /// A stack based [ `Service`] router.
137
137
#[ derive( Debug ) ]
138
138
pub struct Router < L = Identity > {
139
139
server : Server < L > ,
You can’t perform that action at this time.
0 commit comments