about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-03-19 07:24:13 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-03-19 08:49:39 +0530
commit6f930b99b0dbd548abb7bdd9eb9472d166f66811 (patch)
tree7aeee112b2593dfc26968c2c3692371d9dc4a5ef
parente8c1d771fcd40507f0ba39f52b8fff7bab967b64 (diff)
downloadrust-6f930b99b0dbd548abb7bdd9eb9472d166f66811.tar.gz
rust-6f930b99b0dbd548abb7bdd9eb9472d166f66811.zip
Rm unused feature
-rw-r--r--src/compiletest/compiletest.rs1
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)]