1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-16 22:27:34 +02:00

Fix broken link in Pitfalls of async/await (#811)

Fix broken link in Async Pitfalls
This commit is contained in:
Martin Geisler
2023-06-13 19:26:56 +02:00
committed by GitHub
parent 078a99885d
commit 7c9195ba7a
2 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,5 @@ Async / await provides convenient and efficient abstraction for concurrent async
- [Blocking the Executor](pitfalls/blocking-executor.md)
- [Pin](pitfalls/pin.md)
- [Async Traits](pitfall/async-traits.md)
- [Async Traits](pitfalls/async-traits.md)
- [Cancellation](pitfalls/cancellation.md)