We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee724da commit 35f1a8fCopy full SHA for 35f1a8f
crates/stackable-versioned-macros/src/codegen/container/struct/k8s.rs
@@ -187,7 +187,7 @@ impl Struct {
187
188
let object = match api_version {
189
#(#api_versions => {
190
- let object = #serde_json_path::from_value(value)
+ let object = #serde_json_path::from_value(value)
191
.map_err(|source| #parse_object_error::Deserialize { source })?;
192
193
Self::#variant_idents(object)
0 commit comments