Use the new name rustdoc::broken_intra_doc_links

Extracted from: 199c49760b
This commit is contained in:
Kris Nuttycombe 2022-07-29 15:56:44 -06:00
parent 168fd15674
commit 33b8a037cf
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#![no_std]
#![cfg_attr(docsrs, feature(doc_cfg))]
// Catch documentation errors caused by code changes.
#![deny(broken_intra_doc_links)]
#![deny(rustdoc::broken_intra_doc_links)]
#![deny(unsafe_code)]
// TODO: #![deny(missing_docs)]