mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Update deserr to latest version
This commit is contained in:
parent
02fd06ea0b
commit
f073a86387
2 changed files with 1 additions and 4 deletions
|
@ -37,9 +37,6 @@ where
|
|||
_ => T::deserialize_from_value(value, location).map(Setting::Set),
|
||||
}
|
||||
}
|
||||
fn default() -> Option<Self> {
|
||||
Some(Self::NotSet)
|
||||
}
|
||||
}
|
||||
|
||||
impl<T> Default for Setting<T> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue