Improved SyntaxError

This commit is contained in:
kvark
2014-09-06 23:08:51 -04:00
parent b3ac319530
commit 4a713cdbea
3 changed files with 74 additions and 41 deletions
+1
View File
@@ -844,6 +844,7 @@ 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();