mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-20 23:52:02 +00:00
Remove 'more_io_inner_methods' feature: it's been stabilized.
This commit is contained in:
parent
77c51ff43f
commit
0fa2c459d9
@ -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 {
|
||||
|
@ -6,7 +6,6 @@
|
||||
#![feature(lookup_host)]
|
||||
#![feature(plugin)]
|
||||
#![feature(never_type)]
|
||||
#![feature(more_io_inner_methods)]
|
||||
#![feature(try_trait)]
|
||||
|
||||
#![plugin(pear_codegen)]
|
||||
|
Loading…
Reference in New Issue
Block a user