Merge pull request #597 from nuttycom/cleanup/fix_doc_link_deny

Use the new name rustdoc::broken_intra_doc_links

Extracted from: 602270cb1f
This commit is contained in:
Kris Nuttycombe 2022-08-01 07:49:46 -06:00 committed by GitHub
commit d4ffb65baf
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)]