Skip to content

Commit f78a2a7

Browse files
authored
Merge pull request #711 from tnull/2025-11-drop-doc-auto-cfg-main
Replace docs.rs build `doc_auto_cfg` feature with `doc_cfg` (main)
2 parents 3ed1d13 + 31c589a commit f78a2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)