docs(client): fix broken intra doc link for http::Uri
This commit is contained in:
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -104,4 +104,4 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: rustdoc
|
command: rustdoc
|
||||||
args: -- -D intra-doc-link-resolution-failure
|
args: -- -D broken-intra-doc-links
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
//!
|
//!
|
||||||
//! [`HttpConnector`]: HttpConnector
|
//! [`HttpConnector`]: HttpConnector
|
||||||
//! [`Service`]: crate::service::Service
|
//! [`Service`]: crate::service::Service
|
||||||
//! [`Uri`]: http::Uri
|
//! [`Uri`]: ::http::Uri
|
||||||
//! [`AsyncRead`]: tokio::io::AsyncRead
|
//! [`AsyncRead`]: tokio::io::AsyncRead
|
||||||
//! [`AsyncWrite`]: tokio::io::AsyncWrite
|
//! [`AsyncWrite`]: tokio::io::AsyncWrite
|
||||||
//! [`Connection`]: Connection
|
//! [`Connection`]: Connection
|
||||||
|
|||||||
Reference in New Issue
Block a user