update to rust HEAD

This commit is contained in:
Erick Tryzelaar
2014-11-03 12:58:36 -08:00
parent 20e642420e
commit 23f3173ded
6 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ extern crate serialize;
extern crate test;
use std::io;
use std::io::MemWriter;
use std::io::{MemWriter, AsRefWriter};
use test::Bencher;
//use serde2::de;