Tweak instructions

This commit is contained in:
Nathan Stocks
2021-06-16 21:50:00 -06:00
parent 5d73b6b3a3
commit aad8a3ff92

View File

@@ -1,7 +1,7 @@
// 1. Wow. Just...wow. Let's start cleaning this up by running `cargo fmt`.
// 1. This code looks terrible. Let's start cleaning this up by running `cargo fmt`.
// 2. `cargo fmt` is great, but it doesn't add blank lines where there are none. Go ahead and add
// some blank lines in places you think it would make sense.
// some blank lines in places you think it would make sense.
// 3. Time to clean up! Run `cargo clippy`. Fix up all the warnings so `cargo clippy` is silent.