We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d82856 commit 06d5c09Copy full SHA for 06d5c09
src/exercise.rs
@@ -133,7 +133,7 @@ path = "{}.rs""#,
133
"Failed to write 📎 Clippy 📎 Cargo.toml file."
134
};
135
fs::write(CLIPPY_CARGO_TOML_PATH, cargo_toml).expect(cargo_toml_error_msg);
136
- // To support the ability to run the clipy exercises, build
+ // To support the ability to run the clippy exercises, build
137
// an executable, in addition to running clippy. With a
138
// compilation failure, this would silently fail. But we expect
139
// clippy to reflect the same failure while compiling later.
0 commit comments