Remove 'more_io_inner_methods' feature: it's been stabilized.

This commit is contained in:
Sergio Benitez 2017-07-03 02:39:32 -07:00
parent 77c51ff43f
commit 0fa2c459d9
2 changed files with 2 additions and 3 deletions

View File

@ -8,8 +8,8 @@ use yansi::Color::{Red, Yellow, Blue, White};
use version_check::{supports_features, is_min_version, is_min_date};
// Specifies the minimum nightly version needed to compile Rocket.
const MIN_DATE: &'static str = "2017-06-19";
const MIN_VERSION: &'static str = "1.19.0-nightly";
const MIN_DATE: &'static str = "2017-07-02";
const MIN_VERSION: &'static str = "1.20.0-nightly";
// Convenience macro for writing to stderr.
macro_rules! printerr {

View File

@ -6,7 +6,6 @@
#![feature(lookup_host)]
#![feature(plugin)]
#![feature(never_type)]
#![feature(more_io_inner_methods)]
#![feature(try_trait)]
#![plugin(pear_codegen)]