From 3c9db0138c2887094b29ad161010264bf35b7536 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Mon, 5 Jan 2026 17:42:16 -0800 Subject: [PATCH] Use `doc_cfg` feature instead of `doc_auto_cfg` on `docsrs` Fixes build with recent nightly, as now used by docs.rs. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 6e345fda5..1df9869c0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![warn( // missing_docs, // Commented out for now so the project isn't all yellow. missing_debug_implementations