Skip to content

Commit 26bf7da

Browse files
authored
Fix doc link for futures-io (#361)
Signed-off-by: Jiahao XU <[email protected]>
1 parent 7256c69 commit 26bf7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#![allow(unexpected_cfgs)]
3333
#![cfg_attr(
3434
feature = "futures-io",
35-
doc = "[`futures-io`] | [`futures::io::AsyncBufRead`](futures_io::AsyncBufRead), [`futures::io::AsyncWrite`](futures_io::AsyncWrite)"
35+
doc = "[`futures-io`](futures_io) | [`futures::io::AsyncBufRead`](futures_io::AsyncBufRead), [`futures::io::AsyncWrite`](futures_io::AsyncWrite)"
3636
)]
3737
#![cfg_attr(
3838
not(feature = "futures-io"),

0 commit comments

Comments
 (0)