Remove the now-stable append and result_expect feature gates from reftest.

This commit is contained in:
Ms2ger 2015-09-24 18:42:02 +02:00
parent 2623f58a4b
commit 67f12639ab

2
tests/reftest.rs vendored
View file

@ -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)]