fixed format ... duuuuh

This commit is contained in:
Sven Vogel 2023-06-18 01:09:45 +02:00
parent d12377e9c5
commit 7928bf0725
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ impl Database {
pub fn limit_thread_usage(&mut self, limit: NonZeroUsize) {
self.threadpool.set_limt(limit);
}
/// Register the supplied generators.
/// All previously registered generators will be replaced with the new generators
pub fn register_generators(&mut self, generators: Vec<FeatureGenerator>) {