fixed format ... duuuuh
This commit is contained in:
parent
d12377e9c5
commit
7928bf0725
|
@ -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>) {
|
||||
|
|
Loading…
Reference in New Issue