Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
235: Refactorise the settings r=curquiza a=irevoire This PR unifies the two types `Settings`. It also gets rids of the `IntoVecString` in favor of a simpler `IntoIterator<Item = AsRef<str>>`, which is more versatile and common in rust. Co-authored-by: Irevoire <tamo@meilisearch.com>
- Loading branch information