Skip to content

Commit 1981d1e

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

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +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.
4-
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.")]
54
#![deny(rustdoc::broken_intra_doc_links)]
65
#![deny(rustdoc::private_intra_doc_links)]
76
#![deny(missing_docs)]

0 commit comments

Comments
 (0)