From 3395512040303cdcc85c26aef5b844e991603f48 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 11 Sep 2018 14:01:51 -0700 Subject: [PATCH] fix api doc link --- README.md | 2 +- src/connector.rs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8460c9ca..6005bba3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Actix net - framework for compossible network services ## Documentation & community resources -* [API Documentation (Development)](https://actix.rs/actix-web/actix_net/) +* [API Documentation (Development)](https://actix.rs/actix-net/actix_net/) * [Chat on gitter](https://gitter.im/actix/actix) * Cargo package: [actix-net](https://crates.io/crates/actix-net) * Minimum supported Rust version: 1.26 or later diff --git a/src/connector.rs b/src/connector.rs index b2bf235f..75bc5147 100644 --- a/src/connector.rs +++ b/src/connector.rs @@ -126,6 +126,7 @@ impl Service for Connector { } } +#[doc(hidden)] pub struct ConnectorFuture { fut: ResolverFuture, fut2: Option>, @@ -199,6 +200,7 @@ impl Future for DefaultConnectorFuture { } } +#[doc(hidden)] /// Tcp stream connector pub struct TcpConnector { req: Option,