1
Fork 0

Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomez

Remove `rustc::existing_doc_keyword` lint

The check doesn't require a lint.

r? ``@GuillaumeGomez``
This commit is contained in:
Jacob Pratt 2024-12-17 05:36:52 -05:00 committed by GitHub
commit 52b4557639
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 119 additions and 176 deletions

View file

@ -950,13 +950,6 @@ pub(crate) struct NonGlobImportTypeIrInherent {
#[help]
pub(crate) struct LintPassByHand;
#[derive(LintDiagnostic)]
#[diag(lint_non_existent_doc_keyword)]
#[help]
pub(crate) struct NonExistentDocKeyword {
pub keyword: Symbol,
}
#[derive(LintDiagnostic)]
#[diag(lint_diag_out_of_impl)]
pub(crate) struct DiagOutOfImpl;