apply most style comments of the review

This commit is contained in:
Tamo
2022-10-17 16:45:00 +02:00
committed by Clément Renault
parent dd70daaae3
commit 78ce29f461
7 changed files with 27 additions and 23 deletions

View File

@ -20,7 +20,7 @@ meilisearch-auth = { path = "../meilisearch-auth" }
meilisearch-types = { path = "../meilisearch-types" }
http = "0.2.8"
regex = "1.6.0"
lazy_static = "1.4.0"
once_cell = "1.15.0"
roaring = { version = "0.10.0", features = ["serde"] }
[dev-dependencies]