mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
implement review suggestions
This commit is contained in:
parent
f9445c1d90
commit
baddd80069
9 changed files with 89 additions and 400 deletions
|
@ -544,7 +544,8 @@ mod test {
|
|||
mod primary_key_inference {
|
||||
use bimap::BiHashMap;
|
||||
|
||||
use crate::{documents::DocumentsBatchIndex, update::index_documents::transform::find_primary_key};
|
||||
use crate::documents::DocumentsBatchIndex;
|
||||
use crate::update::index_documents::transform::find_primary_key;
|
||||
|
||||
#[test]
|
||||
fn primary_key_infered_on_first_field() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue