xml: Some restructuring

This commit is contained in:
Lennart
2025-01-15 18:24:23 +01:00
parent d74f0ba660
commit d5c66ed233
9 changed files with 128 additions and 121 deletions

View File

@@ -324,7 +324,7 @@ impl Field {
(FieldType::Untagged, false) => Some(quote! {
#serializer(&self.#target_field_index, None, None, namespaces, writer)?;
}),
// TODO: Think about what to do here
// We ignore this :)
(FieldType::TagName | FieldType::Namespace, _) => None,
}
}