Make clippy happy

This commit is contained in:
Clémentine Urquizar
2021-07-29 18:14:36 +02:00
parent 976075578f
commit bf76d4a43c
8 changed files with 22 additions and 22 deletions

View File

@ -98,7 +98,7 @@ fn load_index(
let mut txn = index.write_txn()?;
let handler = UpdateHandler::new(&indexer_options)?;
let handler = UpdateHandler::new(indexer_options)?;
index.update_settings_txn(&mut txn, &settings.check(), handler.update_builder(0))?;