mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-27 04:25:06 +08:00
Merge #526
526: remove useless comment r=irevoire a=MarinPostma Co-authored-by: ad hoc <postma.marin@protonmail.com>
This commit is contained in:
commit
e1e85267fd
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user