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 525a952 commit 48a96a3Copy full SHA for 48a96a3
src/ser/map.rs
@@ -168,7 +168,6 @@ impl<W: Write> serde::ser::SerializeMap for MapSerializer<'_, W> {
168
T: ?Sized + serde::Serialize,
169
{
170
let element_name = std::mem::replace(&mut self.element_name, "".to_string());
171
- println!("TRACE {}", element_name == TEXT);
172
if element_name == TEXT {
173
if let Some(text) = value.serialize(PlainTextSerializer)? {
174
self.writer.characters(text)?;
0 commit comments