diff --git a/codegen/src/lib.rs b/codegen/src/lib.rs index 92024983..c2a15655 100644 --- a/codegen/src/lib.rs +++ b/codegen/src/lib.rs @@ -117,7 +117,7 @@ macro_rules! register_decorators { ) } -#[doc(hidden)] +/// Compiler hook for Rust to register plugins. #[plugin_registrar] pub fn plugin_registrar(reg: &mut Registry) { // Enable logging early if the DEBUG_ENV_VAR is set.