Skip to content

Commit 31c589a

Browse files
committed
Replace docs.rs build doc_auto_cfg feature with doc_cfg
Unfortunately, `doc_auto_cfg` was removed, breaking doc builds for v0.7.0-rc.0. Here we replace it with the `doc_cfg` attribute.
1 parent 3ed1d13 commit 31c589a

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)