1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-19 22:19:29 +02:00

Update broken "channels" link (#2146)

Stumbled upon another broken link. Courtesy fix 🫡
This commit is contained in:
snazzybytes 2024-06-17 09:19:00 -04:00 committed by GitHub
parent a89a4d70ca
commit 32b5a19684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ async fn main() {
- Change the channel size to `3` and see how it affects the execution.
- Overall, the interface is similar to the `sync` channels as seen in the
[morning class](concurrency/channels.md).
[morning class](../channels.md).
- Try removing the `std::mem::drop` call. What happens? Why?