Fix imports

This commit is contained in:
Louis Dureuil 2024-02-28 17:53:54 +01:00
parent b87485e80d
commit 452a343a2b
No known key found for this signature in database
9 changed files with 10 additions and 11 deletions

View file

@ -1,5 +1,4 @@
use std::borrow::Cow;
use std::convert::TryInto;
use meilisearch_types::heed::{BoxedError, BytesDecode, BytesEncode};
use uuid::Uuid;