From 50627df702a09451554d6ae869746d63d2680fd7 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Thu, 2 Oct 2025 18:54:48 +0200 Subject: [PATCH] Use doc_cfg instead of doc_auto_cfg --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index fef13d2..69ffadd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ //! input in a cross-platform way. #![warn(clippy::doc_markdown)] -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![no_std] extern crate alloc;