Make test harness lint about unnnameable tests.
This commit is contained in:
parent
7637653b9f
commit
2a0a1f918d
7 changed files with 65 additions and 85 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue