mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 04:42:15 +00:00
xml: Some restructuring
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user