mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-23 07:06:19 +02:00
Fix typo in dining-philosophers-async.md (#631)
This commit is contained in:
parent
780c23e610
commit
0036843f0c
@ -48,7 +48,7 @@ tokio = {version = "1.26.0", features = ["sync", "time", "macros", "rt-multi-thr
|
|||||||
```
|
```
|
||||||
|
|
||||||
Also note that this time you have to use the `Mutex` and the `mpsc` module
|
Also note that this time you have to use the `Mutex` and the `mpsc` module
|
||||||
form the `tokio` crate.
|
from the `tokio` crate.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user