mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-17 16:12:39 +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
|
||||
```
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user