Add testing of doc links in test.sh
[dnssec-prover] / src / lib.rs
index 0cabe0177671153f0cc8ce4b9ca03c8e912ba46f..b36f05483bd0545f57988ad56a5516b59078601b 100644 (file)
@@ -26,6 +26,8 @@
 //!    proofs.
 
 #![deny(missing_docs)]
+#![deny(rustdoc::broken_intra_doc_links)]
+#![deny(rustdoc::private_intra_doc_links)]
 
 #![cfg_attr(not(feature = "std"), no_std)]
 extern crate alloc;