Skip to content

Commit 50025be

Browse files
authored
Merge pull request #1981 from mejrs/flags
add doc_auto_cfg feature
2 parents 2009182 + a156158 commit 50025be

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)