From f218f4ae7ae9d079e52014b7f4a242cff9da89d4 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 29 Sep 2025 11:37:57 -0500 Subject: [PATCH] docs(docsrs): Update to new doc_cfg feature name --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f66c110..4ec7b80 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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