Update tests against Rust master
authorCarl Lerche <me@carllerche.com>
Wed, 2 Apr 2014 20:22:45 +0000 (13:22 -0700)
committerCarl Lerche <me@carllerche.com>
Wed, 2 Apr 2014 20:22:45 +0000 (13:22 -0700)
libs/hamcrest-rust
tests/tests.rs

index 4c7d8824550299dbddf2671515cba05f8d1a1fb2..634495ea08f3c3b019dc4e6d464ada83b00f926f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 4c7d8824550299dbddf2671515cba05f8d1a1fb2
+Subproject commit 634495ea08f3c3b019dc4e6d464ada83b00f926f
index 3c74087d7411c7788e71f1d412b45442a831c1a8..9e3684ba70fe4dc32a73f1ef0420ddd4d30b9970 100644 (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;