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

@ -370,10 +370,6 @@ pub enum BuiltinEllipsisInclusiveRangePatternsLint {
},
}
#[derive(LintDiagnostic)]
#[diag(lint_builtin_unnameable_test_items)]
pub struct BuiltinUnnameableTestItems;
#[derive(LintDiagnostic)]
#[diag(lint_builtin_keyword_idents)]
pub struct BuiltinKeywordIdents {