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 7256c69 commit 26bf7daCopy full SHA for 26bf7da
src/lib.rs
@@ -32,7 +32,7 @@
32
#![allow(unexpected_cfgs)]
33
#![cfg_attr(
34
feature = "futures-io",
35
- doc = "[`futures-io`] | [`futures::io::AsyncBufRead`](futures_io::AsyncBufRead), [`futures::io::AsyncWrite`](futures_io::AsyncWrite)"
+ doc = "[`futures-io`](futures_io) | [`futures::io::AsyncBufRead`](futures_io::AsyncBufRead), [`futures::io::AsyncWrite`](futures_io::AsyncWrite)"
36
)]
37
38
not(feature = "futures-io"),
0 commit comments