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.
1 parent 1a74367 commit 63698ecCopy full SHA for 63698ec
lightning/src/lib.rs
@@ -18,7 +18,7 @@
18
//! generated/etc. This makes it a good candidate for tight integration into an existing wallet
19
//! instead of having a rather-separate lightning appendage to a wallet.
20
21
-#![cfg_attr(not(any(feature = "fuzztarget", feature = "_test_utils")), deny(missing_docs))]
+#![cfg_attr(not(any(test, feature = "fuzztarget", feature = "_test_utils")), deny(missing_docs))]
22
#![cfg_attr(not(any(test, feature = "fuzztarget", feature = "_test_utils")), forbid(unsafe_code))]
23
#![deny(broken_intra_doc_links)]
24
0 commit comments