Skip to content

Commit 83d1275

Browse files
committed
Add missing # in comment
1 parent 45abd7d commit 83d1275

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
@@ -131,7 +131,7 @@ pub trait RunnableExercise {
131131

132132
let mut clippy_cmd = cmd_runner.cargo("clippy", bin_name, output.as_deref_mut());
133133

134-
// `--profile test` is required to also check code with `[cfg(test)]`.
134+
// `--profile test` is required to also check code with `#[cfg(test)]`.
135135
if FORCE_STRICT_CLIPPY || self.strict_clippy() {
136136
clippy_cmd.args(["--profile", "test", "--", "-D", "warnings"]);
137137
} else {

0 commit comments

Comments
 (0)