mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
removes useless deserializer for SearchResult
This commit is contained in:
parent
fd65cf9dcb
commit
fa9b7dd29f
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ pub struct SearchHit {
|
|||
pub matches_info: Option<MatchesInfos>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct SearchResult {
|
||||
pub hits: Vec<SearchHit>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue