Update to rust HEAD

This commit is contained in:
Erick Tryzelaar
2015-01-07 07:51:59 -08:00
parent b98719a4a0
commit 8715a41158
23 changed files with 295 additions and 255 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#![feature(phase, old_orphan_check)]
#![feature(plugin)]
extern crate serde;
#[phase(plugin)]
#[plugin]
extern crate serde_macros;
#[derive(PartialEq, Show)]