Skip to content

Commit 7a6747d

Browse files
committed
Fix lint description
1 parent b25839e commit 7a6747d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unflagged_test_modules.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ declare_clippy_lint! {
2929
#[clippy::version = "1.70.0"]
3030
pub UNFLAGGED_TEST_MODULES,
3131
pedantic,
32-
"FIXME: Add lint description"
32+
"the testing module `my_cool_tests` wasn't marked with `#[cfg(test)]`"
3333
}
3434
declare_lint_pass!(UnflaggedTestModules => [UNFLAGGED_TEST_MODULES]);
3535

0 commit comments

Comments
 (0)