We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustdoc
1 parent e839d49 commit 17e8292Copy full SHA for 17e8292
lightning/src/lib.rs
@@ -40,9 +40,8 @@
40
#![cfg_attr(not(any(test, fuzzing, feature = "_test_utils")), deny(missing_docs))]
41
#![cfg_attr(not(any(test, feature = "_test_utils")), forbid(unsafe_code))]
42
43
-// Prefix these with `rustdoc::` when we update our MSRV to be >= 1.52 to remove warnings.
44
-#![deny(broken_intra_doc_links)]
45
-#![deny(private_intra_doc_links)]
+#![deny(rustdoc::broken_intra_doc_links)]
+#![deny(rustdoc::private_intra_doc_links)]
46
47
// In general, rust is absolutely horrid at supporting users doing things like,
48
// for example, compiling Rust code for real environments. Disable useless lints
0 commit comments