Expose a single function in codegen to docs build.

This commit is contained in:
Sergio Benitez 2016-12-22 04:15:29 -08:00
parent 7da41112cf
commit 2c26777c75
1 changed files with 1 additions and 1 deletions

View File

@ -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.