Update tests against Rust master

This commit is contained in:
Carl Lerche 2014-04-02 13:22:45 -07:00
parent e705d507e6
commit 6899567bc3
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 4c7d8824550299dbddf2671515cba05f8d1a1fb2
Subproject commit 634495ea08f3c3b019dc4e6d464ada83b00f926f

View File

@ -1,5 +1,5 @@
#[feature(macro_rules)];
#[allow(deprecated_owned_vector)];
#![feature(macro_rules)]
#![allow(deprecated_owned_vector)]
extern crate cargo;
extern crate hamcrest;