From 67f12639ab5b1b227420b44f6d886be1072db5be Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 24 Sep 2015 18:42:02 +0200 Subject: [PATCH] Remove the now-stable append and result_expect feature gates from reftest. --- tests/reftest.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/reftest.rs b/tests/reftest.rs index 3241aaca543..a9430789f9e 100644 --- a/tests/reftest.rs +++ b/tests/reftest.rs @@ -7,10 +7,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(append)] #![feature(fs_walk)] #![feature(path_ext)] -#![feature(result_expect)] #![feature(slice_patterns)] #![feature(test)]