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

Fix missing word (#311)

This commit is contained in:
Martin Geisler
2023-01-31 21:09:00 +01:00
committed by GitHub
parent c6a54ce9a9
commit d6182ea498

View File

@ -23,7 +23,8 @@ You will also need a way to find links. We can use [`scraper`][2] for that:
$ cargo add scraper
```
Finally, we'll need some way of handling errors. We [`thiserror`][3] for that:
Finally, we'll need some way of handling errors. We use [`thiserror`][3] for
that:
```shell
$ cargo add thiserror