File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ doc-comment = "0.3.3"
6060all-features = true
6161# This opts into a nightly unstable option to show the features that need to be
6262# enabled for public API items. To do that, we set 'docsrs', and when that's
63- # enabled, we enable the 'doc_auto_cfg ' feature.
63+ # enabled, we enable the 'doc_cfg ' feature.
6464#
6565# To test this locally, run:
6666#
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ this crate can be used without the standard library.
227227#![ no_std]
228228#![ deny( missing_docs) ]
229229#![ deny( rustdoc:: broken_intra_doc_links) ]
230- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
230+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
231231
232232extern crate alloc;
233233#[ cfg( any( test, feature = "std" ) ) ]
You can’t perform that action at this time.
0 commit comments