Skip to content

Commit 06d5c09

Browse files
authored
fix(cli): typo in exercise.rs (#848)
1 parent 8d82856 commit 06d5c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exercise.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ path = "{}.rs""#,
133133
"Failed to write 📎 Clippy 📎 Cargo.toml file."
134134
};
135135
fs::write(CLIPPY_CARGO_TOML_PATH, cargo_toml).expect(cargo_toml_error_msg);
136-
// To support the ability to run the clipy exercises, build
136+
// To support the ability to run the clippy exercises, build
137137
// an executable, in addition to running clippy. With a
138138
// compilation failure, this would silently fail. But we expect
139139
// clippy to reflect the same failure while compiling later.

0 commit comments

Comments
 (0)