diff --git a/crates/wasmtime/src/component/mod.rs b/crates/wasmtime/src/component/mod.rs index c795d2f70b..3ff3e6e7bc 100644 --- a/crates/wasmtime/src/component/mod.rs +++ b/crates/wasmtime/src/component/mod.rs @@ -3,6 +3,8 @@ //! This module is a work-in-progress and currently represents an incomplete and //! probably buggy implementation of the component model. +#![cfg_attr(nightlydoc, doc(cfg(feature = "component-model")))] + mod component; mod func; mod instance;