mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
Use renamed rustdoc::broken_intra_doc_links
This commit is contained in:
parent
017f3420bc
commit
3dfb189281
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
// Catch documentation errors caused by code changes.
|
||||
#![deny(broken_intra_doc_links)]
|
||||
#![deny(rustdoc::broken_intra_doc_links)]
|
||||
|
||||
// Re-export crates that are used in our public API.
|
||||
pub use secrecy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue