2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00
This commit is contained in:
Dung Pham 2019-12-06 13:06:44 +07:00 committed by GitHub
parent bce8688763
commit f0bdcfec25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ More examples, including networking and file access, can be found in our
[`examples`]: https://github.com/async-rs/async-std/tree/master/examples [`examples`]: https://github.com/async-rs/async-std/tree/master/examples
[documentation]: https://docs.rs/async-std#examples [documentation]: https://docs.rs/async-std#examples
[`task::block_on`]: task/fn.block_on.html [`task::block_on`]: https://docs.rs/async-std/*/async_std/task/fn.block_on.html
[`"attributes"` feature]: https://docs.rs/async-std/#features [`"attributes"` feature]: https://docs.rs/async-std/#features
## Philosophy ## Philosophy