Skip to content

Commit

Permalink
fix(cli): typo in exercise.rs (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
Millione committed Sep 21, 2021
1 parent 8d82856 commit 06d5c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exercise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ path = "{}.rs""#,
"Failed to write 📎 Clippy 📎 Cargo.toml file."
};
fs::write(CLIPPY_CARGO_TOML_PATH, cargo_toml).expect(cargo_toml_error_msg);
// To support the ability to run the clipy exercises, build
// To support the ability to run the clippy exercises, build
// an executable, in addition to running clippy. With a
// compilation failure, this would silently fail. But we expect
// clippy to reflect the same failure while compiling later.
Expand Down

0 comments on commit 06d5c09

Please sign in to comment.