1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-27 20:58:41 +02:00

Consistently use lowercase for “async Rust”

This commit is contained in:
Martin Geisler 2024-03-24 21:14:19 +00:00
parent 2cb8b9f338
commit 87f504e601

View File

@ -36,7 +36,7 @@ code below to a file called `src/main.rs`, fill out the blanks, and test that
}
```
Since this time you are using Async Rust, you'll need a `tokio` dependency. You
Since this time you are using async Rust, you'll need a `tokio` dependency. You
can use the following `Cargo.toml`:
<!-- File Cargo.toml -->