From f15b0f6c3a174c3910f1d7d2e85be21a6ff71552 Mon Sep 17 00:00:00 2001 From: Zach Schuermann Date: Thu, 13 Nov 2025 09:50:21 -0800 Subject: [PATCH] doc fix --- kernel/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/src/lib.rs b/kernel/src/lib.rs index d980fe1ca..c885eb1b4 100644 --- a/kernel/src/lib.rs +++ b/kernel/src/lib.rs @@ -50,7 +50,7 @@ //! connectors are asked to provide the context information they require to execute the actual //! operation. This is done by invoking methods on the [`StorageHandler`] trait. -#![cfg_attr(all(doc, NIGHTLY_CHANNEL), feature(doc_auto_cfg))] +#![cfg_attr(all(doc, NIGHTLY_CHANNEL), feature(doc_cfg))] #![warn( unreachable_pub, trivial_numeric_casts,