diff --git a/kernel/src/lib.rs b/kernel/src/lib.rs index f78079777..0f611cfbc 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,