Skip to content

Commit 315c871

Browse files
Replace doc_auto_cfg with doc_cfg
the `doc_auto_cfg` feature has been subsumed by `doc_cfg`: rust-lang/rust#138907
1 parent ab7181b commit 315c871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authenticode/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//! [`std::error::Error`]: https://doc.rust-lang.org/std/error/trait.Error.html
2626
2727
#![forbid(unsafe_code)]
28-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
28+
#![cfg_attr(docsrs, feature(doc_cfg))]
2929
// Allow using `std` if the `std` feature is enabled, or when running
3030
// tests. Otherwise enable `no_std`.
3131
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]

0 commit comments

Comments
 (0)