Skip to content

Commit 3a767bc

Browse files
authored
Merge pull request lightningdevkit#710 from tnull/2025-11-drop-doc-auto-cfg
Replace docs.rs build `doc_auto_cfg` feature with `doc_cfg`
2 parents 9c20fc5 + e093838 commit 3a767bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
#![deny(rustdoc::private_intra_doc_links)]
7676
#![allow(bare_trait_objects)]
7777
#![allow(ellipsis_inclusive_range_patterns)]
78-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
78+
#![cfg_attr(docsrs, feature(doc_cfg))]
7979

8080
mod balance;
8181
mod builder;

0 commit comments

Comments
 (0)