Fixed the struct map interaction with serial_name. Added a separarte JSON test for serial_name.

This commit is contained in:
kvark
2014-09-07 10:43:15 -04:00
parent 4a713cdbea
commit 2224e9afdf
3 changed files with 55 additions and 12 deletions
-1
View File
@@ -844,7 +844,6 @@ fn bench_manual_mem_writer_no_escape(b: &mut Bencher) {
b.iter(|| {
let mut wr = MemWriter::with_capacity(1024);
manual_no_escape(wr.by_ref(), &log);
let _json = wr.unwrap();
//let _json = String::from_utf8(_json).unwrap();