Skip to content

Commit 7e66ffc

Browse files
committed
fix(docs): rename doc_auto_cfg attribute
See rust-lang/rust#138907
1 parent 39b0202 commit 7e66ffc

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
@@ -2,7 +2,7 @@
22
#![deny(missing_debug_implementations)]
33
#![warn(clippy::must_use_candidate)]
44
#![allow(clippy::doc_markdown, clippy::module_name_repetitions)]
5-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
5+
#![cfg_attr(docsrs, feature(doc_cfg))]
66
#![doc = include_str!("../README.md")]
77
//!
88
//! ## Note

0 commit comments

Comments
 (0)