mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
remove the now useless dead_code flags
This commit is contained in:
parent
d7c077cffb
commit
0f2143e7fd
3 changed files with 0 additions and 3 deletions
|
@ -20,7 +20,6 @@ const fn default_search_limit() -> usize {
|
|||
|
||||
#[derive(Deserialize)]
|
||||
#[serde(rename_all = "camelCase", deny_unknown_fields)]
|
||||
#[allow(dead_code)]
|
||||
pub struct SearchQuery {
|
||||
pub q: Option<String>,
|
||||
pub offset: Option<usize>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue