mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-18 00:22:40 +02:00
Fix missing word (#311)
This commit is contained in:
parent
c6a54ce9a9
commit
d6182ea498
@ -23,7 +23,8 @@ You will also need a way to find links. We can use [`scraper`][2] for that:
|
|||||||
$ cargo add scraper
|
$ 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
|
```shell
|
||||||
$ cargo add thiserror
|
$ cargo add thiserror
|
||||||
|
Loading…
x
Reference in New Issue
Block a user