requests: fix link for tokio::main (#621)

This commit is contained in:
Grachev Mikhail 2020-12-17 19:17:00 +03:00 committed by GitHub
parent 4789410122
commit 6fe24cb266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,4 +73,4 @@ async fn main() -> Result<()> {
[`reqwest::Response`]: https://docs.rs/reqwest/*/reqwest/struct.Response.html
[`String`]: https://doc.rust-lang.org/std/string/struct.String.html
[`tokio`]: https://docs.rs/crate/tokio/0.2.11
[`tokio::main`]: https://tokio.rs/docs/getting-started/hello-world/#let-s-write-some-code
[`tokio::main`]: https://tokio.rs/tokio/tutorial/hello-tokio#the-code