mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-05-25 09:03:59 +02:00
Fix clippy and rustfmt
This commit is contained in:
parent
6877cd86f9
commit
8a7f8916c0
@ -183,7 +183,6 @@ impl Index {
|
||||
|
||||
options.max_dbs(25);
|
||||
|
||||
let name = name;
|
||||
let env = options.open(path)?;
|
||||
let mut wtxn = env.write_txn()?;
|
||||
let main = env.database_options().name(MAIN).create(&mut wtxn)?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user