fixes routeguide tutorial URL to async book (#490)
This commit is contained in:
@@ -315,7 +315,7 @@ uses [async-trait] internally. You can learn more about `async fn` in traits in
|
|||||||
|
|
||||||
[cargo book]: https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-build-scripts
|
[cargo book]: https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-build-scripts
|
||||||
[async-trait]: https://github.com/dtolnay/async-trait
|
[async-trait]: https://github.com/dtolnay/async-trait
|
||||||
[async book]: https://rust-lang.github.io/async-book/07_workarounds/06_async_in_traits.html
|
[async book]: https://rust-lang.github.io/async-book/07_workarounds/05_async_in_traits.html
|
||||||
|
|
||||||
### Server state
|
### Server state
|
||||||
Our service needs access to an immutable list of features. When the server starts, we are going to
|
Our service needs access to an immutable list of features. When the server starts, we are going to
|
||||||
|
|||||||
Reference in New Issue
Block a user