mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-10 21:44:34 +01: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…
x
Reference in New Issue
Block a user