mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
reformat the headers
This commit is contained in:
parent
b252c87197
commit
a68ac3a1dc
6 changed files with 29 additions and 28 deletions
|
@ -11,8 +11,8 @@ use milli::update::Setting;
|
|||
use milli::{Criterion, CriterionError, Index, DEFAULT_VALUES_PER_FACET};
|
||||
use serde::{Deserialize, Serialize, Serializer};
|
||||
|
||||
use crate::error::DeserrError;
|
||||
use crate::error::{deserr_codes::*, unwrap_any};
|
||||
use crate::error::deserr_codes::*;
|
||||
use crate::error::{unwrap_any, DeserrError};
|
||||
|
||||
/// The maximimum number of results that the engine
|
||||
/// will be able to return in one search call.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue