2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-25 09:46:49 +00:00
This commit is contained in:
Stjepan Glavina 2019-08-12 12:54:32 +02:00
parent adb64b3979
commit 0ab2c8f49b
4 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ cfg_if! {
/// ///
/// This trait is an async version of [`std::io::BufRead`]. /// This trait is an async version of [`std::io::BufRead`].
/// ///
/// While it is currently not possible to implement this trait directly, it get implemented /// While it is currently not possible to implement this trait directly, it gets implemented
/// automatically for all types that implement [`futures::io::AsyncBufRead`]. /// automatically for all types that implement [`futures::io::AsyncBufRead`].
/// ///
/// [`std::io::BufRead`]: https://doc.rust-lang.org/std/io/trait.BufRead.html /// [`std::io::BufRead`]: https://doc.rust-lang.org/std/io/trait.BufRead.html

View file

@ -27,7 +27,7 @@ cfg_if! {
/// ///
/// This trait is an async version of [`std::io::Read`]. /// This trait is an async version of [`std::io::Read`].
/// ///
/// While it is currently not possible to implement this trait directly, it get implemented /// While it is currently not possible to implement this trait directly, it gets implemented
/// automatically for all types that implement [`futures::io::AsyncRead`]. /// automatically for all types that implement [`futures::io::AsyncRead`].
/// ///
/// [`std::io::Read`]: https://doc.rust-lang.org/std/io/trait.Read.html /// [`std::io::Read`]: https://doc.rust-lang.org/std/io/trait.Read.html

View file

@ -25,7 +25,7 @@ cfg_if! {
/// ///
/// This trait is an async version of [`std::io::Seek`]. /// This trait is an async version of [`std::io::Seek`].
/// ///
/// While it is currently not possible to implement this trait directly, it get implemented /// While it is currently not possible to implement this trait directly, it gets implemented
/// automatically for all types that implement [`futures::io::AsyncSeek`]. /// automatically for all types that implement [`futures::io::AsyncSeek`].
/// ///
/// [`std::io::Seek`]: https://doc.rust-lang.org/std/io/trait.Seek.html /// [`std::io::Seek`]: https://doc.rust-lang.org/std/io/trait.Seek.html

View file

@ -26,7 +26,7 @@ cfg_if! {
/// ///
/// This trait is an async version of [`std::io::Write`]. /// This trait is an async version of [`std::io::Write`].
/// ///
/// While it is currently not possible to implement this trait directly, it get implemented /// While it is currently not possible to implement this trait directly, it gets implemented
/// automatically for all types that implement [`futures::io::AsyncWrite`]. /// automatically for all types that implement [`futures::io::AsyncWrite`].
/// ///
/// [`std::io::Write`]: https://doc.rust-lang.org/std/io/trait.Write.html /// [`std::io::Write`]: https://doc.rust-lang.org/std/io/trait.Write.html