Skip to content

Commit f218f4a

Browse files
committed
docs(docsrs): Update to new doc_cfg feature name
1 parent 676066a commit f218f4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! > DESCRIPTION
22
3-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
3+
#![cfg_attr(docsrs, feature(doc_cfg))]
44
#![warn(clippy::print_stderr)]
55
#![warn(clippy::print_stdout)]
66
#![allow(non_snake_case)] // TODO: Delete me

0 commit comments

Comments
 (0)