mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-11-05 05:54:02 +01:00
Fix Not SQL Part
This commit is contained in:
@ -31,6 +31,7 @@ use crate::types::{PathSchematicSupplier, SchematicSupplierType};
|
||||
use futures::executor::block_on;
|
||||
use rayon::prelude::*;
|
||||
use rayon::ThreadPoolBuilder;
|
||||
#[cfg(feature = "sql")]
|
||||
use schemsearch_sql::filter::SchematicFilter;
|
||||
#[cfg(feature = "sql")]
|
||||
use schemsearch_sql::load_all_schematics;
|
||||
|
||||
Reference in New Issue
Block a user