mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 00:01:00 +00:00
chore: Clippy pass
This commit is contained in:
@ -32,7 +32,7 @@ struct Document<'a> (
|
||||
);
|
||||
|
||||
fn index(schema: Schema, database_path: &Path, csv_data_path: &Path) -> Result<Database, Box<Error>> {
|
||||
let database = Database::create(database_path, schema.clone())?;
|
||||
let database = Database::create(database_path, &schema)?;
|
||||
|
||||
println!("start indexing...");
|
||||
|
||||
|
Reference in New Issue
Block a user