mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-24 00:38:00 +00:00
add serde2_macros
This commit is contained in:
@@ -131,7 +131,7 @@ impl<W: Writer> ser::VisitorState<io::IoResult<()>> for Serializer<W> {
|
||||
try!(write!(self.writer, ","));
|
||||
}
|
||||
|
||||
//value.serialize(self)
|
||||
value.serialize(self)
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
||||
Reference in New Issue
Block a user