2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00

Merge pull request #945 from bugadani/patch-1

Docs: fix link to io
This commit is contained in:
nasa 2021-02-01 09:40:05 +09:00 committed by GitHub
commit 4d9499c277
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@
//! [files]: fs/struct.File.html //! [files]: fs/struct.File.html
//! [TCP]: net/struct.TcpStream.html //! [TCP]: net/struct.TcpStream.html
//! [UDP]: net/struct.UdpSocket.html //! [UDP]: net/struct.UdpSocket.html
//! [`io`]: fs/struct.File.html //! [`io`]: io/index.html
//! [`sync`]: sync/index.html //! [`sync`]: sync/index.html
//! [`channel`]: channel/index.html //! [`channel`]: channel/index.html
//! //!