diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-02-18 23:27:32 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-02-18 23:27:32 +0200 |
| commit | ac3a39015c7fb88fb0119fab568430edb8e4ddf4 (patch) | |
| tree | bbd481e6233f71a78c424817ad4764a1d53df010 | |
| parent | 2f735f52c9034ed8a30b7255329fa342dfeb20a5 (diff) | |
| download | rust-ac3a39015c7fb88fb0119fab568430edb8e4ddf4.tar.gz rust-ac3a39015c7fb88fb0119fab568430edb8e4ddf4.zip | |
rustbook: no-longer-used feature gate
| -rw-r--r-- | src/rustbook/main.rs | 1 |
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)] |
