Skip to content

Commit a329f38

Browse files
committed
Minor typo fix
1 parent 863fea3 commit a329f38

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
@@ -36,7 +36,7 @@ declare_lint_pass!(UnflaggedTestModules => [UNFLAGGED_TEST_MODULES]);
3636
impl LateLintPass<'_> for UnflaggedTestModules {
3737
fn check_item_post(&mut self, cx: &LateContext<'_>, item: &rustc_hir::Item<'_>) {
3838
if let ItemKind::Mod(_) = item.kind {
39-
// If module name contains *test* or *tests*. This rules out things like my_super
39+
// If module name contains *test* or *tests*.
4040
if item
4141
.ident
4242
.name

0 commit comments

Comments
 (0)