Skip to content

Commit d684c2e

Browse files
committed
chore: delete removed docs.rs feature
1 parent 73a6baf commit d684c2e

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
@@ -102,7 +102,7 @@
102102
#![cfg_attr(
103103
docsrs,
104104
// Allows displaying cfgs/feature flags in the documentation.
105-
feature(doc_cfg, doc_auto_cfg),
105+
feature(doc_cfg),
106106
// Allows adding traits to RustDoc's list of "notable traits"
107107
feature(doc_notable_trait),
108108
// Fail the docs build if any intra-docs links are broken

0 commit comments

Comments
 (0)