Skip to content

Commit c904801

Browse files
committed
Change removed doc_auto_cfg feature
The `doc_auto_cfg` feature was removed in a recent nightly. We can just switch to `doc_cfg`, and everything still works like before. Signed-off-by: Joe Richey <joerichey@google.com>
1 parent d4cb6a2 commit c904801

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
@@ -9,7 +9,7 @@
99
)]
1010
#![doc = include_str!("../README.md")]
1111
#![warn(rust_2018_idioms, unused_lifetimes, missing_docs)]
12-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
12+
#![cfg_attr(docsrs, feature(doc_cfg))]
1313
#![cfg_attr(getrandom_backend = "efi_rng", feature(uefi_std))]
1414
#![deny(
1515
clippy::cast_lossless,

0 commit comments

Comments
 (0)