Skip to content

Commit 23cd784

Browse files
committed
f Also fix docs for BP --no-default-features
1 parent e92adab commit 23cd784

File tree

1 file changed

+2
-2
lines changed
  • lightning-background-processor/src

1 file changed

+2
-2
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! 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.
2+
//! running properly, and (2) either can or should be run in the background.
3+
#![cfg_attr(feature = "std", doc = "See docs for [`BackgroundProcessor`] for more details.")]
44

55
#![deny(rustdoc::broken_intra_doc_links)]
66
#![deny(rustdoc::private_intra_doc_links)]

0 commit comments

Comments
 (0)