pub static EXISTING_DOC_KEYWORD: &Lint
The existing_doc_keyword lint detects use #[doc()] keywords that don’t exist, e.g. #[doc(keyword = "..")].
existing_doc_keyword
#[doc()]
#[doc(keyword = "..")]