mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 09:11:00 +00:00
remove useless comment
This commit is contained in:
@ -1502,7 +1502,6 @@ mod tests {
|
|||||||
let index = TempIndex::new();
|
let index = TempIndex::new();
|
||||||
let config = IndexerConfig::default();
|
let config = IndexerConfig::default();
|
||||||
|
|
||||||
// Set the genres setting
|
|
||||||
let mut txn = index.write_txn().unwrap();
|
let mut txn = index.write_txn().unwrap();
|
||||||
let builder = Settings::new(&mut txn, &index, &config);
|
let builder = Settings::new(&mut txn, &index, &config);
|
||||||
let Settings {
|
let Settings {
|
||||||
|
Reference in New Issue
Block a user