fasterthanlime / feedback

An issue tracker for articles/series/videos at https://fasterthanli.me/
13 stars 0 forks source link

Printing ASCII cats to the terminal: Typo in `cargo add` #310

Open BulkBeing opened 3 months ago

BulkBeing commented 3 months ago

It happened on this page

https://fasterthanli.me/series/building-a-rust-service-with-nix/part-3#hitting-the-cat-api

Here's what the issue is

One hyphen is missing:

cargo add tokio@1 -features full

Should be:

cargo add tokio@1 --features full