about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-02-18 23:27:32 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-02-18 23:27:32 +0200
commitac3a39015c7fb88fb0119fab568430edb8e4ddf4 (patch)
treebbd481e6233f71a78c424817ad4764a1d53df010
parent2f735f52c9034ed8a30b7255329fa342dfeb20a5 (diff)
downloadrust-ac3a39015c7fb88fb0119fab568430edb8e4ddf4.tar.gz
rust-ac3a39015c7fb88fb0119fab568430edb8e4ddf4.zip
rustbook: no-longer-used feature gate
-rw-r--r--src/rustbook/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rustbook/main.rs b/src/rustbook/main.rs
index ace57f0ac2c..9bcfc7f45d3 100644
--- a/src/rustbook/main.rs
+++ b/src/rustbook/main.rs
@@ -12,7 +12,6 @@
 #![feature(collections)]
 #![feature(core)]
 #![feature(old_io)]
-#![feature(os)]
 #![feature(env)]
 #![feature(old_path)]
 #![feature(rustdoc)]