docs(docsrs): Update to new doc_cfg feature name

This commit is contained in:
Ed Page
2025-09-29 11:37:57 -05:00
parent 676066ac62
commit f218f4ae7a

View File

@@ -1,6 +1,6 @@
//! > DESCRIPTION
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![warn(clippy::print_stderr)]
#![warn(clippy::print_stdout)]
#![allow(non_snake_case)] // TODO: Delete me