We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a25eb commit 1edf2afCopy full SHA for 1edf2af
.github/workflows/CI.yml
@@ -104,4 +104,4 @@ jobs:
104
uses: actions-rs/cargo@v1
105
with:
106
command: rustdoc
107
- args: -- -D intra-doc-link-resolution-failure
+ args: -- -D broken-intra-doc-links
src/client/connect/mod.rs
@@ -69,7 +69,7 @@
69
//!
70
//! [`HttpConnector`]: HttpConnector
71
//! [`Service`]: crate::service::Service
72
-//! [`Uri`]: http::Uri
+//! [`Uri`]: ::http::Uri
73
//! [`AsyncRead`]: tokio::io::AsyncRead
74
//! [`AsyncWrite`]: tokio::io::AsyncWrite
75
//! [`Connection`]: Connection
0 commit comments