Merge remote-tracking branch 'milli/main' into bring-v1-changes

This commit is contained in:
Kerollmops 2023-02-06 16:48:10 +01:00
commit fbec48f56e
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
15 changed files with 171 additions and 88 deletions

View file

@ -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> {