diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-19 07:24:13 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-19 08:49:39 +0530 |
| commit | 6f930b99b0dbd548abb7bdd9eb9472d166f66811 (patch) | |
| tree | 7aeee112b2593dfc26968c2c3692371d9dc4a5ef | |
| parent | e8c1d771fcd40507f0ba39f52b8fff7bab967b64 (diff) | |
| download | rust-6f930b99b0dbd548abb7bdd9eb9472d166f66811.tar.gz rust-6f930b99b0dbd548abb7bdd9eb9472d166f66811.zip | |
Rm unused feature
| -rw-r--r-- | src/compiletest/compiletest.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiletest/compiletest.rs b/src/compiletest/compiletest.rs index 5ef93cb569e..7fbe772b7f5 100644 --- a/src/compiletest/compiletest.rs +++ b/src/compiletest/compiletest.rs @@ -19,7 +19,6 @@ #![feature(unboxed_closures)] #![feature(std_misc)] #![feature(test)] -#![feature(core)] #![feature(path_ext)] #![deny(warnings)] |
