Un-hide method in docs

This commit is contained in:
Hanno Braun 2022-11-05 09:12:35 +01:00
parent d52118a3ff
commit cf7043a723
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ pub trait Host {
/// This is mainly for more advanced use cases (e.g. when you need to close
/// over extra state to load the model). For simpler models, you probably
/// want to use [`HostExt::register_model()`] instead.
#[doc(hidden)]
fn register_boxed_model(&mut self, model: Box<dyn Model>);
}