docs(client): fix broken intra doc link for http::Uri

This commit is contained in:
Sean McArthur
2020-09-17 13:19:36 -07:00
parent 58a25eb7dc
commit 1edf2af377
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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