first pass of merging in warp (doesn't build)

This commit is contained in:
Ryan Ward
2026-07-01 16:08:58 -05:00
parent 2f64909469
commit 4770ac06b5
3662 changed files with 414574 additions and 89772 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ fn derive_named_struct(
}
} else if field_has_default {
// Field has #[serde(default)]: same semantics — default when
// absent, fail when present but unparseable.
// absent, fail when present but unparsable.
quote! {
#ident: match obj.get(#key) {
Some(v) => <#ty as ::settings_value::SettingsValue>::from_file_value(v)?,