Skip to content

Commit 903eaf1

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 ec6f083 commit 903eaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbat/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#![allow(clippy::enum_glob_use)]
6161
#![allow(clippy::missing_errors_doc)]
6262
#![allow(clippy::module_name_repetitions)]
63-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
63+
#![cfg_attr(docsrs, feature(doc_cfg))]
6464
// Allow using `std` if the `std` feature is enabled, or when running
6565
// tests. Otherwise enable `no_std`.
6666
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]

0 commit comments

Comments
 (0)