Merged heterogeneous tables (#536)

* Merged heterogeneous tables

* switch emoji
This commit is contained in:
JT
2021-12-21 08:03:47 +11:00
committed by GitHub
parent 152467a858
commit 0571a6ee34
3 changed files with 46 additions and 38 deletions

View File

@ -148,7 +148,7 @@ pub fn write_xml_events<W: Write>(
}
}
_ => {
let s = current.clone().into_abbreviated_string(config);
let s = current.into_abbreviated_string(config);
writer
.write_event(Event::Text(BytesText::from_plain_str(s.as_str())))
.expect("Couldn't write XML text");