mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-29 16:45:30 +08:00
Fix clippy
This commit is contained in:
parent
7468c1cf8d
commit
dbcf50589b
@ -685,7 +685,7 @@ pub fn settings(
|
|||||||
}
|
}
|
||||||
.into(),
|
.into(),
|
||||||
searchable_attributes: match searchable_attributes {
|
searchable_attributes: match searchable_attributes {
|
||||||
Some(attrs) => Setting::Set(attrs).into(),
|
Some(attrs) => Setting::Set(attrs),
|
||||||
None => Setting::Reset,
|
None => Setting::Reset,
|
||||||
}
|
}
|
||||||
.into(),
|
.into(),
|
||||||
|
Loading…
Reference in New Issue
Block a user