mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
chore: Clippy pass
This commit is contained in:
parent
521df85c0d
commit
7845292ea8
10 changed files with 654 additions and 710 deletions
|
@ -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...");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue