diff options
| author | LIU JIE <isjieliu@163.com> | 2021-09-21 17:50:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-21 11:50:15 +0200 |
| commit | 06d5c0973a3dffa3c6c6f70acb775d4c6630323c (patch) | |
| tree | 52c6973f46253dada89c55149db8e4ec433a4deb /src/exercise.rs | |
| parent | 8d8285623382b8b5becf8e3e7265452ebd5fe45b (diff) | |
fix(cli): typo in exercise.rs (#848)
Diffstat (limited to 'src/exercise.rs')
| -rw-r--r-- | src/exercise.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exercise.rs b/src/exercise.rs index 53457ac..ec694df 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -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. |
