diff --git a/exercise/idiomatic/src/main.rs b/exercise/idiomatic/src/main.rs index e933b48..f351f08 100644 --- a/exercise/idiomatic/src/main.rs +++ b/exercise/idiomatic/src/main.rs @@ -1,4 +1,5 @@ -// 1. This code looks terrible. 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`. If you +// configured your editor or IDE to run `cargo fmt` automatically upon save, you can just save! // 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.