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.
--no-default-features
1 parent e92adab commit 1981d1eCopy full SHA for 1981d1e
lightning-background-processor/src/lib.rs
@@ -1,7 +1,6 @@
1
//! Utilities that take care of tasks that (1) need to happen periodically to keep Rust-Lightning
2
-//! running properly, and (2) either can or should be run in the background. See docs for
3
-//! [`BackgroundProcessor`] for more details on the nitty-gritty.
4
-
+//! running properly, and (2) either can or should be run in the background.
+#![cfg_attr(feature = "std", doc = "See docs for [`BackgroundProcessor`] for more details.")]
5
#![deny(rustdoc::broken_intra_doc_links)]
6
#![deny(rustdoc::private_intra_doc_links)]
7
#![deny(missing_docs)]
0 commit comments