mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-21 19:13:07 +00:00
requests: fix link for tokio::main (#621)
This commit is contained in:
parent
4789410122
commit
6fe24cb266
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue