Skip to content

Commit a156158

Browse files
committed
add doc_auto_cfg feature
1 parent 00c84eb commit a156158

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
@@ -1,5 +1,5 @@
11
#![cfg_attr(feature = "nightly", feature(specialization))]
2-
#![cfg_attr(docsrs, feature(doc_cfg))]
2+
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
33
#![cfg_attr(
44
docsrs, // rustdoc:: is not supported on msrv
55
deny(

0 commit comments

Comments
 (0)