From dac49d7b1525cc4462a71668d9a210348ea35b02 Mon Sep 17 00:00:00 2001 From: Peter Gervai Date: Thu, 5 Feb 2026 18:45:20 +0100 Subject: [PATCH] Change doc attribute from doc_auto_cfg to doc_cfg According to issue #25 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 5115db1..200d24c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -95,7 +95,7 @@ //! * `reqwest-rustls-native-roots` #![warn(missing_docs)] -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] use std::{any::type_name, future::Future};