mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fix clippy
This commit is contained in:
parent
4fbe048cbf
commit
70d71581ee
7 changed files with 27 additions and 30 deletions
|
@ -1,9 +1,8 @@
|
|||
use deserr::Deserr;
|
||||
use milli::LocalizedAttributesRule;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_json::json;
|
||||
|
||||
use milli::LocalizedAttributesRule;
|
||||
|
||||
/// Generate a Locale enum and its From and Into implementations for milli::tokenizer::Language.
|
||||
///
|
||||
/// this enum implements `Deserr` in order to be used in the API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue