Make test harness lint about unnnameable tests.

This commit is contained in:
Camille GILLOT
2023-08-03 12:43:42 +00:00
parent 7637653b9f
commit 2a0a1f918d
7 changed files with 65 additions and 85 deletions

View File

@@ -188,8 +188,6 @@ late_lint_methods!(
[
pub BuiltinCombinedLateLintPass,
[
// Tracks state across modules
UnnameableTestItems: UnnameableTestItems::new(),
// Tracks attributes of parents
MissingDoc: MissingDoc::new(),
// Builds a global list of all impls of `Debug`.