Skip to content

Commit 1235f1d

Browse files
chrisvittalseanmonstar
authored andcommitted
docs(service): remove reference to service_fn_ok (#1978)
This function has been otherwise removed and the link was broken.
1 parent 5cb95bd commit 1235f1d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/service/mod.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@
1515
//! to a single connection. It defines how to respond to **all** requests that
1616
//! connection will receive.
1717
//!
18-
//! While it's possible to implement `Service` for a type manually, the helpers
19-
//! [`service_fn`](service::service_fn) and
20-
//! [`service_fn_ok`](service::service_fn_ok) should be sufficient for most
21-
//! cases.
18+
//! While it's possible to implement `Service` for a type manually, the helper
19+
//! [`service_fn`](service::service_fn) should be sufficient for most cases.
2220
//!
2321
//! # MakeService
2422
//!

0 commit comments

Comments
 (0)