Update to rust HEAD

This commit is contained in:
Erick Tryzelaar
2015-03-25 10:43:25 -07:00
parent c369010d3d
commit 4beb86ab7e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#![plugin(serde_macros)]
extern crate serde;
extern crate "rustc-serialize" as rustc_serialize;
extern crate rustc_serialize;
extern crate test;
use std::collections::HashMap;