Use the new name rustdoc::broken_intra_doc_links
Extracted from: 199c49760b
This commit is contained in:
parent
168fd15674
commit
33b8a037cf
|
@ -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)]
|
||||
|
||||
|
|
Loading…
Reference in New Issue