Skip to content

Commit e5d1015

Browse files
committed
Change lint type to perf
1 parent 863fea3 commit e5d1015

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
@@ -28,7 +28,7 @@ declare_clippy_lint! {
2828
/// ```
2929
#[clippy::version = "1.70.0"]
3030
pub UNFLAGGED_TEST_MODULES,
31-
pedantic,
31+
perf,
3232
"the testing module `my_cool_tests` wasn't marked with `#[cfg(test)]`"
3333
}
3434
declare_lint_pass!(UnflaggedTestModules => [UNFLAGGED_TEST_MODULES]);

0 commit comments

Comments
 (0)