From 07c3c1d93686504747c14a20a8569267cc6a5686 Mon Sep 17 00:00:00 2001 From: "Surply, Pierre" Date: Thu, 9 Oct 2025 10:31:09 +0200 Subject: [PATCH] lib: fix documentation build The doc_auto_cfg feature has been removed from the nightly toolchain. The doc_cfg feature is now sufficient to include configuration annotations in the documentation automatically. Signed-off-by: Surply, Pierre --- lib/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/lib.rs b/lib/src/lib.rs index d191a2d..cacd55a 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs @@ -3,7 +3,6 @@ #![cfg_attr(not(feature = "std"), no_std)] #![feature(doc_cfg)] -#![feature(doc_auto_cfg)] //! ## Getting Started //!