Skip to content

Commit 9f16070

Browse files
authored
Fix doc link in lib.rs
Signed-off-by: Jiahao XU <[email protected]>
1 parent e4d68ef commit 9f16070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
#![allow(unexpected_cfgs)]
3333
#![cfg_attr(
3434
feature = "futures-io",
35-
doc = "[`futures-io`](crate::futures) | [`futures::io::AsyncBufRead`](futures_io::AsyncBufRead), [`futures::io::AsyncWrite`](futures_io::AsyncWrite)"
35+
doc = "[`futures-io`] | [`futures::io::AsyncBufRead`](futures_io::AsyncBufRead), [`futures::io::AsyncWrite`](futures_io::AsyncWrite)"
3636
)]
3737
#![cfg_attr(
3838
not(feature = "futures-io"),
3939
doc = "`futures-io` (*inactive*) | `futures::io::AsyncBufRead`, `futures::io::AsyncWrite`"
4040
)]
4141
#![cfg_attr(
4242
feature = "tokio",
43-
doc = "[`tokio`](crate::tokio) | [`tokio::io::AsyncBufRead`](::tokio::io::AsyncBufRead), [`tokio::io::AsyncWrite`](::tokio::io::AsyncWrite)"
43+
doc = "[`tokio`] | [`tokio::io::AsyncBufRead`](::tokio::io::AsyncBufRead), [`tokio::io::AsyncWrite`](::tokio::io::AsyncWrite)"
4444
)]
4545
#![cfg_attr(
4646
not(feature = "tokio"),

0 commit comments

Comments
 (0)